Commit 3b424075 authored by Nicolas Delaby's avatar Nicolas Delaby

Base_generatePassword was renamed in Person_generatePassword

http://svn.erp5.org/?view=rev&revision=14361

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23191 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2abacfd3
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
translateString = context.Base_translateString\n translateString = context.Base_translateString\n
\n \n
# create password\n # create password\n
password = context.Base_generatePassword(alpha=8, numeric=2)\n password = context.Person_generatePassword(alpha=8, numeric=2)\n
context.setPassword(password)\n context.setPassword(password)\n
context.Person_sendPasswordNotification(about=\'password_reset\', password=password)\n context.Person_sendPasswordNotification(about=\'password_reset\', password=password)\n
\n \n
......
408 409
\ No newline at end of file \ 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