Test for the LoginManager class

This example is intended to be used with the Auth/DB and the Perm/DB_Complex driver.

To set this up follow these steps:

  1. Copy the files in this directory into your web root.
  2. Configure your DSN and the PEAR path in the main.inc.php.
  3. Set up a test database by importing demodata.sql.

If you want to test this example in your local path with out installing LiveUser in PEAR on your server then uncomment these two lines in main.inc.php and point $path_to_liveuser_dir to live user dir :)

$path_to_liveuser_dir = './pear/'.PATH_SEPARATOR;
ini_set('include_path', $path_to_liveuser_dir.ini_get('include_path'));

Go for it.


Login Data for this Example:

Handle Group Password
admin ADMINS test
userA GroupA+B test
userB GroupA test
userC GroupB test