First version of authentication : storage in database and abstract class
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1471 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -10,6 +10,11 @@ class authorization
|
||||
/** Separator between differents modules/objects */
|
||||
private $separator = "/";
|
||||
|
||||
/** The user ID of the authenticated user */
|
||||
public $authiduser = ""; // user id
|
||||
/** The groups ID of the authenticated user */
|
||||
public $authgroups = array (); // List of user's groups id
|
||||
|
||||
/** Establish a connexion to the authorization database */
|
||||
public function connect ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user