DT
This commit is contained in:
parent
8d37963a5a
commit
3b60a2cf0f
@ -6,7 +6,7 @@ class db
|
||||
private $port = 3306;
|
||||
private $user = "root";
|
||||
private $passwd = "Lalis_toor";
|
||||
public $dadabase;
|
||||
public $database;
|
||||
public $connect;
|
||||
public $result;
|
||||
|
||||
|
@ -47,13 +47,13 @@ data
|
||||
}
|
||||
|
||||
Table oc_users
|
||||
uid => llx_adherents.login
|
||||
displayname => llx_adherents.firstname llx_adherents.lastname
|
||||
password => "1|".llx_adherents.pass_crypted
|
||||
uid_lower => llx_adherents.login en minuscule
|
||||
uid => llx_adherent.login
|
||||
displayname => llx_adherent.firstname llx_adherent.lastname
|
||||
password => "1|".llx_adherent.pass_crypted
|
||||
uid_lower => llx_adherent.login en minuscule
|
||||
|
||||
|
||||
|
||||
table oc_group_user
|
||||
uid (table oc_users) => llx_adherents.login
|
||||
gid (membres, contributeur) =>llx_adherents.fk_adherent_type 2 => membres 3 =>contributeurs
|
||||
uid (table oc_users) => llx_adherent.login
|
||||
gid (membres, contributeur) =>llx_adherent.fk_adherent_type 2 => membres 3 =>contributeurs
|
||||
|
Reference in New Issue
Block a user