MyBB Community Forums

Full Version: Password Generator Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quite some of you have already seen it, but here's the official thread for it:

Basic Description
---------------------------
I have uploaded a simple (yet random) password generator plugin to the mods site; you can find it here: http://community.mybb.com/mods.php?action=view&pid=404 . You can let your users generate random passwords that are within the constraints you, as the administrator, set.

Detailed Info
----------------------
1. You can set the minimum and maximum length of the passwords generated.
2. You can have it generate passwords of 4 different complexities:
- Lowercase & Uppercase Only
- Alphanumeric
- Alphabet + Some Symbols (depending on what people suggest, I may add more symbols)
- Alphanumeric + Symbols
3. You can access the password generation page from http://domain/forum/misc.php?action=pass...rator_view . Replace domain and forum with your actual information (for instance, if your domain is mybb.com and your forum is at /forum/, then you would type in http://mybb.com/forum/misc.php?action=pa...rator_view)

Support
----------------
This thread and the bug tracker for this project. Please submit / comment on bugs at the bug tracker so I have them all organized and in one place.

Current Bugs/Todos
---------------------------------
1. Fix the index template change problem. While its high priority, this bug is inactive in Dev#1 as I have commented out the lines pertaining to the bug.

Version History
-------------------------

V1.0
--------
- Initial Release
Thread approved.