60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
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",{"displayname":{"value":"Arthur","scope":"contacts","verified":"0"},"address":{"value":"","scope":"private","verified":"0"},"website":{"value":"","scope":"private","verified":"0"},"email":{"value":"arthur.suzuki@free.fr","scope":"contacts","verified":"1"},"avatar":{"scope":"contacts","verified":"0"},"phone":{"value":"","scope":"private","verified":"0"},"twitter":{"value":"","scope":"private","verified":"0"}}
|
|
"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_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_adherent.login
|
|
gid (membres, contributeur) =>llx_adherent.fk_adherent_type 2 => membres 3 =>contributeurs
|