diff --git a/force-app/main/default/classes/ChangePasswordController.cls b/force-app/main/default/classes/ChangePasswordController.cls index c87dc8b..483f4e3 100644 --- a/force-app/main/default/classes/ChangePasswordController.cls +++ b/force-app/main/default/classes/ChangePasswordController.cls @@ -7,9 +7,9 @@ public with sharing class ChangePasswordController { public String verifyNewPassword {get; set;} public PageReference changePassword() { - System.debug(true);//change 344565 + System.debug(true);//change 3445654 return Site.changePassword(newPassword, verifyNewPassword, oldpassword); } public ChangePasswordController() {} -} \ No newline at end of file +}