X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/02a4cb04321cdbe1514d63230f7c5a0566a7d29d..47c592d60c4673c0dd7ad36b579a7aa47a87529c:/RegistrationTool.py diff --git a/RegistrationTool.py b/RegistrationTool.py index bddd44b..e8262f9 100644 --- a/RegistrationTool.py +++ b/RegistrationTool.py @@ -270,7 +270,7 @@ class RegistrationTool(BaseRegistrationTool) : if member : member.setSecurityProfile(password=password) del self._passwordResetRequests[uuid] - return userid, _('Password successfully reset.') + return userid, _('Password successfully updated.') else : return None, _('"%s" username not found.') % userid