| Sat, 16 Apr 2011 18:38:18 +0000 |
Ralf Schlatterbeck |
python2.4 compatibility fix
|
| Fri, 15 Apr 2011 08:09:59 +0000 |
Ralf Schlatterbeck |
Add new config-option 'password_pbkdf2_default_rounds'...
|
| Thu, 14 Apr 2011 18:27:51 +0000 |
Ralf Schlatterbeck |
use idea from Eli Collins to use a list of deprecated password encoding schemes
|
| Thu, 14 Apr 2011 18:10:58 +0000 |
Ralf Schlatterbeck |
Add new config-option 'migrate_passwords' in section 'web'...
|
| Thu, 14 Apr 2011 15:42:41 +0000 |
Ralf Schlatterbeck |
Second patch from issue2550688 -- with some changes:
|
| Thu, 14 Apr 2011 12:24:59 +0000 |
Ralf Schlatterbeck |
Fix first part of Password handling security issue2550688
|
| Thu, 12 Mar 2009 02:52:56 +0000 |
Richard Jones |
Add compatibility package to allow us to deal with Python versions 2.3..2.6.
|
| Sun, 25 Dec 2005 15:38:40 +0000 |
Alexander Smishlajev |
keep plaintext password in Password object property (rfe [SF#1379447])
|
| Sat, 03 Dec 2005 11:35:54 +0000 |
Alexander Smishlajev |
encodePassword: don't trim the salt string...
|
| Mon, 10 May 2004 22:32:17 +0000 |
Richard Jones |
added MD5 scheme for password hiding
|
| Mon, 22 Mar 2004 07:45:40 +0000 |
Richard Jones |
Implemented proper datatypes in mysql and postgresql backends...
|
| Wed, 11 Feb 2004 23:55:10 +0000 |
Richard Jones |
documentation cleanup
|
| Tue, 11 Nov 2003 00:35:14 +0000 |
Richard Jones |
Centralised conversion of user-input data to hyperdb values
|
| Thu, 24 Apr 2003 07:51:52 +0000 |
Richard Jones |
email registered users shouldn't be able to log in [SF#714673]
maint-0.5
|
| Thu, 10 Apr 2003 05:12:42 +0000 |
Richard Jones |
set new email rego user password to random string
|
| Thu, 09 Jan 2003 22:59:22 +0000 |
Richard Jones |
[[Metadata associated with this commit was garbled during conversion from CVS
maint-0.5
|
| Wed, 18 Dec 2002 23:57:09 +0000 |
Richard Jones |
fixed handling of missing password [SF#655632]
|
| Thu, 26 Sep 2002 13:38:35 +0000 |
Gordon B. McMillan |
fix typo
|
| Thu, 26 Sep 2002 07:39:21 +0000 |
Richard Jones |
added "crypt" password encoding...
|
| Tue, 10 Sep 2002 00:19:55 +0000 |
Richard Jones |
removed Log
|
| Thu, 22 Nov 2001 15:46:42 +0000 |
Jürgen Hermann |
Added module docstrings to all modules.
|
| Sat, 20 Oct 2001 11:58:48 +0000 |
Richard Jones |
Catch errors in login - no username or password supplied.
|
| Tue, 09 Oct 2001 23:58:10 +0000 |
Richard Jones |
Moved the data stringification up into the hyperdb.Class class's...
|
| Tue, 09 Oct 2001 07:25:59 +0000 |
Richard Jones |
Added the Password property type.
|