X-Git-Url: https://svn.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/02a4cb04321cdbe1514d63230f7c5a0566a7d29d..b4363501ff8acc7e09681260f077f35b76864690:/RegistrationTool.py?ds=inline

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