60 lines
947 B
Plaintext
60 lines
947 B
Plaintext
|
synchro dolibarr nextcloud
|
||
|
Table oc_accounts
|
||
|
uid
|
||
|
data
|
||
|
|
||
|
{
|
||
|
"displayname":
|
||
|
{
|
||
|
"value":"[uid]",
|
||
|
"scope":"contacts",
|
||
|
"verified":"0"
|
||
|
},
|
||
|
"address":
|
||
|
{
|
||
|
"value":"[adresse]",
|
||
|
"scope":"private",
|
||
|
"verified":"0"
|
||
|
},
|
||
|
"website":
|
||
|
{
|
||
|
"value":"[website]",
|
||
|
"scope":"private",
|
||
|
"verified":"0"
|
||
|
},
|
||
|
"email":
|
||
|
{
|
||
|
"value":"[email]",
|
||
|
"scope":"contacts","verified":"1"
|
||
|
},
|
||
|
"avatar":
|
||
|
{
|
||
|
"scope":"contacts",
|
||
|
"verified":"0"
|
||
|
},
|
||
|
"phone":
|
||
|
{
|
||
|
"value":"[telephone]",
|
||
|
"scope":"private",
|
||
|
"verified":"0"
|
||
|
},
|
||
|
"twitter":
|
||
|
{
|
||
|
"value":"",
|
||
|
"scope":"private",
|
||
|
"verified":"0"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
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
|
||
|
|
||
|
|
||
|
|
||
|
table oc_group_user
|
||
|
uid (table oc_users) => llx_adherents.login
|
||
|
gid (membres, contributeur) =>llx_adherents.fk_adherent_type 2 => membres 3 =>contributeurs
|