New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
password generation not working after failing to create new user #16404
Comments
|
Hi, thank you for the report ! |
|
Hi @wikiccu |
|
it also fails on Debian base Client configuration |
|
Could you post a screenshot and more details @brutalcrozt ? |
|
I am sorry, my time is limited. It might be related that the created password from phpmyadmin is too weak, and the MySQL policy demands a stronger one. |
…failure Signed-off-by: Saksham Gupta <shucon01@gmail.com>
…failure Signed-off-by: Saksham Gupta <shucon01@gmail.com> Check error on SQL query Signed-off-by: Saksham Gupta <shucon01@gmail.com>
…failure Signed-off-by: Saksham Gupta <shucon01@gmail.com> Check error on SQL query Signed-off-by: Saksham Gupta <shucon01@gmail.com> Lint fix Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Signed-off-by: William Desportes <williamdes@wdes.fr>
Describe the bug
The "generate password" button on the /server_privileges.php?adduser=1 encountered js error after failing to create new user.
In js/functions.js, the undefined argument (this.form) was passed to the function displayPasswordGenerateButton().
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The "generate password" should work and allow the user to re-enter a strong password to meet the password strength requirement.
Screenshots
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: