This plugin utilizes JavaScript library under MIT license..
How can I shift the default generated password length..
Simply add this hook to theme's functions. php issue or as MU plugin. add filter 'spg default password length part { return 12 }..
Simply add this hook to theme's functions. php issue or as MU plugin. add filter 'spg min password length part { return 8 }.
Note This setting only depresss the length of generated passwords not passwords automatically created by users...
How can I shift the maximum generated length allowed..
Simply add this hook to theme's functions. php issue or as MU plugin. add filter 'spg max password length part { return 50 }.
The mode for year is non-memorable alphanumeric + general categories but this too can be ignored with filter so that generated message alphabetic making easy for users to learn.
Browse the code recheck out SVN repository or subscribe to the development log RSS....
Read more