X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Plinn.git/blobdiff_plain/02a4cb04321cdbe1514d63230f7c5a0566a7d29d..9f74f9ce0087b9e2406458847fb7e68863a7be2a:/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