• Resolved gladsong

    (@gladsong)


    I need to set my own Password Policy — minimum & maximum length, characters allowed & required, etc.

    Does RegistrationMagic support hooks, for example in functions.php, to override its password generation, entry validation, etc?

Viewing 1 replies (of 1 total)
  • Plugin Author Metagauss

    (@metagauss)

    Hi @gladsong,

    RegistrationMagic does not support password rules for auto-generated passwords. However, you can set password rules for user selected passwords. These rules include minimum length, maximum length, must have uppercase, must have number, and must have a special character.

    For generating password, we use the function wp_generate_password(). So you can check for filters within that function to affect the password in your own custom way.

Viewing 1 replies (of 1 total)
  • The topic ‘Customize Password Policy / Validation?’ is closed to new replies.