Created
March 8, 2016 05:17
-
-
Save tyoshikawa1106/c2c60405df8afbe1b52b to your computer and use it in GitHub Desktop.
Site.validatePasswordの実行サンプル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User loginUser = [SELECT Id,Username,FirstName,LastName FROM User WHERE Id =: UserInfo.getUserId() LIMIT 1]; | |
Site.validatePassword(loginUser, this.newPassword, this.verifyNewPassword); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment