equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-security |
2 Name: pyams-security |
3 Version: 0.1.5 |
3 Version: 0.1.6 |
4 Summary: PyAMS security interfaces and classes |
4 Summary: PyAMS security interfaces and classes |
5 Home-page: http://hg.ztfy.org/pyams/pyams_security |
5 Home-page: http://hg.ztfy.org/pyams/pyams_security |
6 Author: Thierry Florac |
6 Author: Thierry Florac |
7 Author-email: tflorac@ulthar.net |
7 Author-email: tflorac@ulthar.net |
8 License: ZPL |
8 License: ZPL |
104 |
104 |
105 |
105 |
106 History |
106 History |
107 ======= |
107 ======= |
108 |
108 |
|
109 0.1.6 |
|
110 ----- |
|
111 - disable authentication for system users without users |
|
112 - changed mode in user profile edit form |
|
113 - add system users on site upgrade |
|
114 - added constants for admin and internal users login and id |
|
115 |
109 0.1.5 |
116 0.1.5 |
110 ----- |
117 ----- |
111 - added "context" support to authorization API's "effective_principals" method call, to be able to get |
118 - added "context" support to authorization API's "effective_principals" method call, to be able to get |
112 current request principals in a context different from those of the request; this feature is required for a |
119 current request principals in a context different from those of the request; this feature is required for a |
113 good support of "local roles"... |
120 good support of "local roles"... |