1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Update README.md

Co-Authored-By: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
Kayou 2020-04-01 16:57:38 +02:00 committed by GitHub
parent e4395e2ded
commit d66c94e028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,11 +28,10 @@ Wekan is an open-source kanban board (task manager and organizer)
## Configuration
As LDAP authentification is enable by default, wekan admins are the members of the group `Wekan Admin`.
To add an admin account, you must:
As LDAP authentification is enabled by default, wekan admins correspond to the permission `Wekan Admin`. To add an admin account, you can:
- go to the webadmin and add the specific user to the permission `Wekan Admin`
- use the command: `yunohost user permission update wekan.admin -a the_user_to_add`
- [with the webadmin] go to Users > Groups and permissions > Add the user to the permission `Wekan Admin`
- [or with the command line] `yunohost user permission update wekan.admin -a the_user_to_add`
If you have disable ldap authentication, first registered user will be admin, and next ones normal users. If you want other admins too, you can change their permission to admin at Wekan Admin Panel.