Commit f41b33cd authored by Rafael Monnerat's avatar Rafael Monnerat

erp5_base: Include symbols on generatePassword

See merge request nexedi/erp5!1875
parents f384b68f f6f7f204
return ''.join(random.SystemRandom().sample(string.ascii_letters + string.digits, length))
return ''.join(random.SystemRandom().sample(string.ascii_letters + string.digits + '_-.$%:;!', length))
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