[fix] admin is be a correct user in yunohost
This commit is contained in:
parent
946aecd75f
commit
b47e997b7b
1 changed files with 4 additions and 4 deletions
|
@ -34,11 +34,11 @@ yunohost:
|
||||||
domain: example.com
|
domain: example.com
|
||||||
# The list of users.
|
# The list of users.
|
||||||
users:
|
users:
|
||||||
- name: admin
|
- name: user1
|
||||||
pass: p@ssw0rd
|
pass: p@ssw0rd
|
||||||
firstname: admin
|
firstname: Jane
|
||||||
lastname: admin
|
lastname: Doe
|
||||||
mail: admin@example.com
|
mail: jane.doe@example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
|
|
Loading…
Reference in a new issue