Feature Requests item #3171425, was opened at 2011-02-03 05:09
Message generated for change (Comment added) made by libertytrek
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937967&aid=3171425&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Fredrik Rambris (boost)
Assigned to: Nobody/Anonymous (nobody)
Summary: Allow for custom generate password hook
Initial Comment:
I like the feature that the password can be generated but I don't like the passwords generated. How about letting the admin define a custom function to generate password. I have this as my generate_password()
return exec("apg -m 8 -x 8 -MNCL -n 1");
----------------------------------------------------------------------
Comment By: Charles (libertytrek)
Date: 2011-02-07 07:53
Message:
Rather than reinventing the wheel, I'd prefer to just add support for
cracklib per this (alomost) 2 year old feature request:
https://sourceforge.net/tracker/index.php?func=detail&aid=2752992&group_id=191583&atid=937967
----------------------------------------------------------------------
Comment By: Valkum (valkum)
Date: 2011-02-05 20:51
Message:
Sounds good for the started password class.
In a way the class could load additional classes from a plugin folder.
I think a task for todo.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937967&aid=3171425&group_id=191583
|