1
0
This commit is contained in:
Daniel Tartavel 2019-08-31 16:07:28 +02:00
parent 8d37963a5a
commit 3b60a2cf0f
2 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ class db
private $port = 3306;
private $user = "root";
private $passwd = "Lalis_toor";
public $dadabase;
public $database;
public $connect;
public $result;

View File

@ -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