The administrator is faced with application use generator app or waste valuable time coming up with password only person will see.. WP Password Generator takes the hassle out of creating user passwords.
As of version 2.2 WP Password Generator calls the pluggable wp generate password part which is WordPress uses to create new message for users.
If developer chooses to override the part the passwords created by the plugin will use the same tools and rules used to passwords created from the.
This switch kept the codebase DRY and b allows users to well override the logic without editing core or plugin files..
Browse the code recheck out SVN repository or subscribe to the development log RSS....
Added filter wp password generator args which allows to modify the args provided to the built-in wp generate password part.
0. was always being appended to the end of generated message thank you to Rig Kruger and Peter Berce for bringing it to your attention..
Use the pluggable wp generate password function to handle games than WP Password Generator's function.
Store required categories and min password lengths in the wp options table to prevent them from being ignored in future updates. jQuery part are wrapped to allow the shortcut while in no-conflict mode.
Removed button from the user-edit screen as these message aren't sent to Ajax call also uses admin-ajax for good support for non-standard WordPress installations.
Read more