Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package
LiveUser_Admin
Installed
- no -
Latest
0.4.0
License
LGPL
Summary
User authentication and permission management framework
Description
LiveUser_Admin is meant to be used with the LiveUser package.
It is composed of all the classes necessary to administrate
data used by LiveUser.
You'll be able to add/edit/delete/get things like:
* Rights
* Users
* Groups
* Areas
* Applications
* Subgroups
* ImpliedRights
And all other entities within LiveUser.
At the moment we support the following storage containers:
* PEAR::DB
* PEAR::MDB
* PEAR::MDB2
* PECL::PDO
But it takes no time to write up your own storage container,
so if you like to use native mysql functions straight, then it's possible
to do so in under a hour!