]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/wot/VerificationForm.java
add: implement password change log
[gigi.git] / src / club / wpia / gigi / pages / wot / VerificationForm.java
index 327b6eb530e734615a96f6f1bfbc8b64a3a9a5a7..78ddcea1911c9d426698eb0bd49ee8c4501de25f 100644 (file)
@@ -228,6 +228,7 @@ public class VerificationForm extends Form {
             String subject = langApplicant.getTranslation("Password reset by verification");
             PasswordResetPage.initPasswordResetProcess(applicant, req, aword, langApplicant, method, subject);
             result = new ConcatOutputable(result, new TranslateCommand("Password reset successful."));
+            agent.writeUserLog(applicant, "RA Agent triggered password reset");
         }
         return new SuccessMessageResult(result);
     }