Mehdiway
Mehdiway

Reputation: 10656

Moodle - Password verification

I want to be able to create the admin user during the site installation with only 6 normal characters instead :

Passwords must be at least 8 characters long.
Passwords must have at least 1 digit(s).
Passwords must have at least 1 upper case letter(s).
Passwords must have at least 1 non-alphanumeric character(s).

Any ideas ?

Upvotes: 0

Views: 509

Answers (1)

antonioduarte
antonioduarte

Reputation: 655

You should be able to change the Password policy at:

Settings > Site administration > Security > Site policies

Check this documentation for details and instructions. Hope it helps.

Upvotes: 2

Related Questions