summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/passwords.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Clean up the utilities directory.Barry Warsaw2016-03-251-7/+2
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-6/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * A user's password can be verified by POSTing to .../user/<id>/login. TheBarry Warsaw2012-12-261-0/+4
* Fix the order of PasswordContext.verify() to match that of passlib.Barry Warsaw2012-12-251-4/+23
* ConfigurationBarry Warsaw2012-11-041-9/+2
* More consistency in the way post-configuration changes are processed. LessBarry Warsaw2012-07-021-9/+2
* * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-021-23/+35
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-0/+57
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-011-389/+0
* Remove all pylint vestiges.Barry Warsaw2011-08-031-3/+0
* encrypt_password(): New convenience function for ensuring that a password isBarry Warsaw2011-04-081-2/+39
* make_user_friendly_password(): Ported from Mailman 2.1.Barry Warsaw2011-04-071-0/+38
* Move passwords module to the utilities subpackage.Barry Warsaw2011-02-251-0/+317