X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/02a4cb04321cdbe1514d63230f7c5a0566a7d29d..37781db84157d12cbfc6e8a454e2a2dc3846e2dc:/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