Top Level :: Authentication

Package Information: LiveUser 0.9

Show All Changelogs
» Version » Information
0.16.13 2008-01-28     beta
0.16.12 2006-08-22     beta
0.16.11 2006-04-19     beta
0.16.10 2006-02-27     beta
0.16.9 2006-02-21     beta
0.16.8 2005-12-21     beta
0.16.7 2005-10-10     beta
0.16.6 2005-09-02     beta
0.16.5 2005-08-17     beta
0.16.4 2005-08-15     beta
0.16.3 2005-08-09     beta
0.16.2 2005-07-20     beta
0.16.1 2005-07-05     beta
0.16.0 2005-06-21     beta
0.15.1 2005-03-30     beta
0.15.0 2005-03-15     beta
0.14.0 2004-12-20     beta
0.13.3 2004-10-23     beta
0.13.2 2004-10-13     beta
0.13.1 2004-10-02     beta
0.13.0 2004-09-30     beta
0.12.0 2004-06-19     beta
0.11.1 2004-04-28     beta
0.11.0 2004-04-28     beta
0.10.0 2004-03-11     beta
0.9Download

Release date: 2003-10-09 01:07 UTC
Release state: beta

Changelog:

- Admin classes
* getRights in DB and MDB based admin classes was fixed
(it was returning too many rows)
* getAllUsers was implemented in DB based Admin Perm classes
* lowercased all keys in the authTableCol option to prevent issues with certain DB/MDB container
* a user is active by default when adding it with the admin class
* fixed missing checks for arrays infront of foreach calls in the admin classes
* updateArea now accepts application_id as second parameter
- LiveUser
* fix rememberMe feature
* fix issues with using Crypt_RC4 (used optionnally by rememberMe feature)
* processLogout logs out if handle and password have been passed to the script
* changed PHPSESSION to PHPSESSID which is the php default
* when an inactive user is found the auth object is not cached anymore
* update sql shema:
+ password -> passwd because it is a reserved word in some DB
+ changed all instances of user_id in the schema either to perm_user_id or auth_user_id
###################################################
# Warning #
# #
# Some changes were made to the DB schema. #
# #
# A script is provided for MySQL #
# #
# Go into your PEAR_DATA_DIR/LiveUser/sql and run #
# #
# Perm_DB_Complex_0.8.1-0.9.diff.sql #
# #
# on your database #
# #
# It should also be noted that some minor BC #
# issues occurred in the admin classes. #
# #
# ! Please read the above notes carefully ! #
###################################################

Dependencies:
0.8.1 2003-08-28     beta
0.8 2003-08-27     beta
0.7 2003-06-01     alpha
0.6.1 2003-03-18     alpha
0.6 2003-03-17     alpha
0.5.1 2003-03-11     alpha
0.5 2003-03-11     alpha
0.3 2002-10-10     alpha