src/pyams_security.egg-info/PKG-INFO
changeset 99 14805c882758
parent 95 8523355aaf7c
child 104 e1552515151e
equal deleted inserted replaced
98:39b5457b87f2 99:14805c882758
     1 Metadata-Version: 1.1
     1 Metadata-Version: 1.1
     2 Name: pyams-security
     2 Name: pyams-security
     3 Version: 0.1.6
     3 Version: 0.1.7
     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.7
       
   110         -----
       
   111          - added CSRF token cookie in every server response, with validation in every POST or AJAX request
       
   112          - added local user mail info adapter
       
   113         
   109         0.1.6
   114         0.1.6
   110         -----
   115         -----
   111          - disable authentication for system users without users
   116          - disable authentication for system users without users
   112          - changed mode in user profile edit form
   117          - changed mode in user profile edit form
   113          - add system users on site upgrade
   118          - add system users on site upgrade