-
Notifications
You must be signed in to change notification settings - Fork 8
/
CHANGES.txt
executable file
·83 lines (60 loc) · 2.15 KB
/
CHANGES.txt
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Changelog
================================================
0.3.0
------------------------------------------------
(unreleased)
- Add support for whitelisting IP ranges. Single IP addresses can still
be used and mixed and matched with ranges.
[lgraf]
- Move the [enable|disable]_two_factor_authentication actions before the
logout action, that 'logout' is still at the bottom of the menu.
[lgraf]
- Use the default "You're now logged in" message and translate it
in the 'plone' domain. That way, it will look the same as with
the regular Plone login and be translated in all languages.
[lgraf]
- Disable unloadProtection for controlpanel form.
(Gets rid of "Leave this page?" message when editing settings)
[lgraf]
- Avoid prematurely logging user in (before token has been verified)
[lgraf]
- Make sure to handle exceptions in auth plugins properly.
[lgraf]
- Consider all authentication plugins when checking credentials.
[lgraf]
0.2.5
------------------------------------------------
20-06-2014
- Improved PAS plugin.
0.2.4
------------------------------------------------
30-01-2014
- Minor fixes.
0.2.3
------------------------------------------------
29-01-2014
- Making sure the URL to reset the bar-code in template is not escaped.
0.2.2
------------------------------------------------
29-01-2014
- Send e-mail in "text/html" format for requst bar code reset template.
0.2.1
------------------------------------------------
29-01-2014
- Fix typo in `helpers.extract_ip_address_from_request` (proxy related).
0.2
------------------------------------------------
23-01-2014
- Now admins are able to force the two-step verification for all users (app control panel).
- Omit two-step verification for white-listed IP addresses (app control panel).
- Links to enable/disable two-step verification moved from "Personal preferences" page to
Plone menu (next to "Log out").
0.1.1
------------------------------------------------
15-01-2014
- Fixes in manifest.
0.1
------------------------------------------------
13-01-2014
- Initial release (no longer available on PyPI), with two-step verification, bar-code/token recover,
basic app control panel.