generated password is not correct
-
The generated password is not correct. All my users had to change it or contact me through the support.
The reason is the function wp_generate_password(12, false) is not used properly in the plugin. You need to replace it with md5(wp_generate_password(12, false), false);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘generated password is not correct’ is closed to new replies.