[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
|
||||
# The list of users.
|
||||
users:
|
||||
- name: admin
|
||||
- name: user1
|
||||
pass: p@ssw0rd
|
||||
firstname: admin
|
||||
lastname: admin
|
||||
mail: admin@example.com
|
||||
firstname: Jane
|
||||
lastname: Doe
|
||||
mail: jane.doe@example.com
|
||||
```
|
||||
|
||||
Dependencies
|
||||
|
|
Loading…
Reference in a new issue