phpAuthent

“Easy to use authentication based security module for PHP enabled web sites”

Changelog

-------------------------------------------------------------------------------
Release 0.2.1 - August 28th, 2005
-------------------------------------------------------------------------------
- Bug fix in URL interpretation when adding custom parameters to the request
(thanks to Joseph R. Smith)
- German language translation available (thanks to Alexander Baumgartl)
- Spanish language translation available (thanks to Manuel Aponte)
- Polish language translation available (thanks to WojD)

-------------------------------------------------------------------------------
Release 0.2.0 - April 19th, 2005
-------------------------------------------------------------------------------
New features :
- New fields for users management : 'real name' and 'email'
- New field for groups management : 'description'
- phpAuthentAdmin is now fully translated and piloted through translation files
- Implemented basic statistics on users activity : creation date, last login
date and number of connections since creation date.

Administration interface ehancements :
- Admin groups checks on modification (prevents deleting all users from admin group)
- Administration interface is now fully translated
- French translation provided
- English translation provided
- Small changes in phpAuthentAdmin pages design

Core engine ehancements :
- Admin group can be included automatically in every acess rights
- New error message when access rights not sufficient to access a resource : err 019

Bugs fixed :
- Overview link in phpauthentadmin/groupadd.php page did a user logout

Documentation :
- Documentation is know attached to the package (html version) in the doc/html
directory

-------------------------------------------------------------------------------
Release 0.1.3 - April 6th, 2005
-------------------------------------------------------------------------------
Default installation :
- Changed required rights to see index.php sample page

Bugs fixed :
- Fixed a missing .php extension in the administration index (group edition link)

-------------------------------------------------------------------------------
Release 0.1.2 - March 29th, 2005
-------------------------------------------------------------------------------
New features :
- Introduced passwords encryption in the database.