bugfix
[Plinn.git] / Products / Plinn / RegistrationTool.py
index 44b3034..3cd5e4d 100644 (file)
@@ -314,6 +314,7 @@ class RegistrationTool(BaseRegistrationTool) :
                 return  userid, _('Password successfully updated.')
             else :
                 return None, _('"%s" username not found.') % userid
-
+        else :
+            return None, msg
 
 InitializeClass(RegistrationTool)
\ No newline at end of file