forked from spoonerWeb/be_secure_pw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
50 lines (26 loc) · 1.36 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
2011-01-12 Thomas Loeffler <[email protected]>
* added hook for TYPO3 version 4.5 and higher
* pure js validation in user setup module
2010-10-16 Thomas Loeffler <[email protected]>
* added ext config into JS for checking password in User Setup
2010-09-19 Thomas Loeffler <[email protected]>
* added a "lib" folder and moved the main php file in it
2010-07-27 Thomas Loeffler <[email protected]>
* added onchange for password strength functionality for user setup in TYPO3 4.4.x
* locked version 1.0.0
2010-07-02 Thomas Loeffler <[email protected]>
* commented out debug message
2010-07-02 Thomas Loeffler <[email protected]>
* added support for TYPO3 version 4.4.x, now really!:)
* missed a bug during testing
2010-07-01 Thomas Loeffler <[email protected]>
* added support for TYPO3 version 4.4.x (thx @ Udo Leimberger)
2010-01-17 Thomas Loeffler <[email protected]>
* added support for t3sec_saltedpw and saltedpasswords (make sure to install these ext before be_secure_pw)
* fixed: error message wrong if password too short
2010-01-14 Thomas Loeffler <[email protected]>
* added better error message and set old password if password conventions not fitted
2010-01-04 Thomas Loeffler <[email protected]>
* fixed bug: password was md5-hashed again if password wasn't changed
2009-12-10 Thomas Loeffler <[email protected]>
* initial code generated with kickstarter