projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bugfix
[Plinn.git]
/
Products
/
Plinn
/
RegistrationTool.py
diff --git
a/Products/Plinn/RegistrationTool.py
b/Products/Plinn/RegistrationTool.py
index
44b3034
..
3cd5e4d
100644
(file)
--- a/
Products/Plinn/RegistrationTool.py
+++ b/
Products/Plinn/RegistrationTool.py
@@
-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