collective / collective.pwexpiry

Emulate Active Directory password complexity requirements.
1 stars 6 forks source link

allow non-ascii characters in passwords #20

Closed frisi closed 6 years ago

frisi commented 6 years ago

non ascii characters used to break the password_reset form

using safe_unicode to also allow passwords such as 'PasswordWithÜmlauts5'

frapell commented 6 years ago

Looks good! thanks!

frisi commented 6 years ago

i did a release and changed setup.cfg to make it work for me (https://github.com/collective/collective.pwexpiry/commit/ff8f9b41a81c7b252ba2e8ca518a0513ac1f47d8). hope this is okay for you @frapell