diff --git a/.gitignore b/.gitignore index 3baddb9..1c1ad0f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,8 +19,6 @@ logs/* !logs/.* images/* !images/.* -user/accounts/* -!user/accounts/.* user/data/* !user/data/.* user/themes/quark/ diff --git a/user/accounts/bachir.yaml b/user/accounts/bachir.yaml new file mode 100644 index 0000000..f910d5b --- /dev/null +++ b/user/accounts/bachir.yaml @@ -0,0 +1,14 @@ +email: bachir@figureslibres.io +fullname: 'Bachir Soussi-chiadmi' +title: admin +state: enabled +access: + admin: + super: 'true' + login: 'true' + site: + login: 'true' +hashed_password: $2y$10$ly7d8cZsfvpqRFrEU4OQeegUaXQz6cAZkhKwcNRRPj2QPl.XplDyi +language: en +twofa_enabled: false +twofa_secret: LWV3LU7ZYWZCFVTVCIDA3PNAVNP6DOQY diff --git a/user/accounts/kevin.yaml b/user/accounts/kevin.yaml new file mode 100644 index 0000000..c79e1f6 --- /dev/null +++ b/user/accounts/kevin.yaml @@ -0,0 +1,11 @@ +email: kevin@figureslibres.io +fullname: 'Kevin Tessier' +title: admin +state: enabled +access: + admin: + login: true + super: true + site: + login: true +hashed_password: $2y$10$SpordXaagWrUi3wWvvE8/enrCFF7BpW0j3f2.YmIswYoJitLj9m8G diff --git a/user/accounts/maud.yaml b/user/accounts/maud.yaml new file mode 100644 index 0000000..7ba7922 --- /dev/null +++ b/user/accounts/maud.yaml @@ -0,0 +1,14 @@ +email: maud@figureslibres.io +fullname: 'Maud Boyer' +title: admin +state: enabled +access: + admin: + super: 'true' + login: 'true' + site: + login: 'true' +hashed_password: $2y$10$XYIFrVemvj0aLeoCYJ1TeeYDU7iQYyii4cNEFv0I5sUOtyhjv0YQ. +language: en +twofa_enabled: false +twofa_secret: JLF5HJJ3IK434NGYAR5TMGBNNH5Y2CBP diff --git a/user/accounts/ouidade.yaml b/user/accounts/ouidade.yaml new file mode 100644 index 0000000..53e3895 --- /dev/null +++ b/user/accounts/ouidade.yaml @@ -0,0 +1,14 @@ +email: ouidade@figureslibres.io +fullname: 'Ouidade Soussi-Chiadmi' +title: admin +state: enabled +access: + admin: + super: 'true' + login: 'true' + site: + login: 'true' +hashed_password: $2y$10$6cgrT0dyJlSQ6Zy.oVkNYOh5bW8rFt.qnzexwn8.ct7kwXDnloIei +language: en +twofa_enabled: false +twofa_secret: 2JBHUQEOVLQ5UCVOX7RE6R6ZK6KHW5FV diff --git a/user/accounts/sandrine.yaml b/user/accounts/sandrine.yaml new file mode 100644 index 0000000..c155563 --- /dev/null +++ b/user/accounts/sandrine.yaml @@ -0,0 +1,14 @@ +email: sandrine@figureslibres.io +fullname: 'Sandrine Ripoll' +title: admin +state: enabled +access: + admin: + super: 'true' + login: 'true' + site: + login: 'true' +hashed_password: $2y$10$D9vJo2awuCuqEFQDHkP7BupvYBTy/SABVQcejFDkwGguhH9TPnZKq +language: en +twofa_enabled: false +twofa_secret: 4UOFFQ7LRK4DVI52655LAEZ3533LGDVW