modxcms / Login

A login and security component for MODx Revolution.
rtfm.modx.com/extras/revo/login
19 stars 48 forks source link

"password_generated_length" & "password_min_length" BUG #69

Closed syberknight closed 6 years ago

syberknight commented 8 years ago

hello, apparently i've found a bug. it's explained @ https://github.com/modxcms/revolution/issues/12996 current workaround @ https://forums.modx.com/thread/100064/forgot-password-length-too-small

hope this helps, thanks.

Jako commented 6 years ago

Does your code here work without the PR on Revo?

JoshuaLuckers commented 6 years ago

@Jako Yes, the method $this->modx->user->generatePassword($length); should work fine.

Once the PR I mentioned is merged it will also adhere to "password_generated_length" and "password_min_length" solving this issue.

Jako commented 6 years ago

Fixed with 1.9.7