v4.4.002

  • Added support for an alternate set of characters to be used when generating random passwords.

    To specify the characters that you wish to use for the site’s password generator, add the following line to your wp-config.php file:

    define('I4W_PASSWORD_BASE', 'ABCDEFG12345');

    In this example case, future passwords will be generated using only characters found in 'ABCDEFG12345'.

    You will want to exercise care and not define a set of characters that is too short so that hackers would not be able to easily use brute force.

Scroll to Top