Virtualmin Password Generator

When you create a virtual server you can generate an account password, by default this is just upper/lower case letters and numbers. When creating the virtual server account using a generated password it fails when creating the database because the password does not meet the requirements of the MySQL Server password policy level if you have set it higher than low. We currently have it set to medium which requires a special character aswell.

Is it possible to have the generator generate a password based on the policy level set in MySQL Server so that creating the database works everytime upon creating the virtual server without me having to delete and re-create it or having to manually create the database later?

Status: 
Active

Comments

Ilia's picture
Submitted by Ilia on Fri, 03/13/2020 - 06:31

Hi,

We currently have it set to medium which requires a special character aswell.

Have a look at Theme Configuration/Global Options/Password Generator and set it to 12|a-z,A-Z,0-9,#, to have special chars in it.