Commit 0f2485d3 authored by Jérome Perrin's avatar Jérome Perrin

subscription_request: follow Person_generatePassword new API

/reviewed-on !183
parent 8a9a8808
Pipeline #7642 passed with stage
in 0 seconds
......@@ -68,7 +68,7 @@ if not open_assignment_list and person.getUserId() == login_list[0].getReference
login.setReference(person.getDefaultEmailText())
reference = person.getDefaultEmailText()
# Update password of the user
password = person.Person_generatePassword(alpha=5, numeric=3)
password = person.Person_generatePassword()
login.setPassword(password)
login.validate()
......
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