Commit 511f205d authored by Jérome Perrin's avatar Jérome Perrin

fallback request key was wrong in Person_validatePasswordsMatch



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13381 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 58ab1fe2
......@@ -72,7 +72,7 @@
checks that password and confimation matches.\n
"""\n
password_confirm = request.get(\'field_password_confirm\',\n
request.get(\'field_password_confirm\'))\n
request.get(\'password_confirm\'))\n
\n
if password_confirm == editor :\n
return 1\n
......
91
\ No newline at end of file
92
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment