projects
/
Plinn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c842e5e
)
bugfix
author
Benoît Pin
<pin@cri.ensmp.fr>
Thu, 16 Apr 2015 14:39:16 +0000
(16:39 +0200)
committer
Benoît Pin
<pin@cri.ensmp.fr>
Thu, 16 Apr 2015 14:39:16 +0000
(16:39 +0200)
Products/Plinn/RegistrationTool.py
patch
|
blob
|
history
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