X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fclub%2Fwpia%2Fgigi%2Fpages%2Fwot%2FVerificationForm.java;h=78ddcea1911c9d426698eb0bd49ee8c4501de25f;hb=3889444cb95132e342e4b7156245dd032ed3b16b;hp=327b6eb530e734615a96f6f1bfbc8b64a3a9a5a7;hpb=7a95cc4fd6e899a95343e03d586d6c387439b403;p=gigi.git diff --git a/src/club/wpia/gigi/pages/wot/VerificationForm.java b/src/club/wpia/gigi/pages/wot/VerificationForm.java index 327b6eb5..78ddcea1 100644 --- a/src/club/wpia/gigi/pages/wot/VerificationForm.java +++ b/src/club/wpia/gigi/pages/wot/VerificationForm.java @@ -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); }