mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update README.md
This commit is contained in:
parent
64c2cb8b8d
commit
796ddb74bb
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ Mobilizon is a tool designed to create platforms for managing communities and ev
|
||||||
1. Admin Dashboard is still not implemented
|
1. Admin Dashboard is still not implemented
|
||||||
1. When your mobilizon instance is installed, you need to register.
|
1. When your mobilizon instance is installed, you need to register.
|
||||||
1. When registered to be admin you have to manually goes in PostgreSQL, database $app, table users, and change the role value to `administrator` instead of `user` (other role available: `moderator`)
|
1. When registered to be admin you have to manually goes in PostgreSQL, database $app, table users, and change the role value to `administrator` instead of `user` (other role available: `moderator`)
|
||||||
|
|
||||||
|
Example to manually put user with id=1 as administrator:
|
||||||
```bash
|
```bash
|
||||||
su -l postgres
|
su -l postgres
|
||||||
psql
|
psql
|
||||||
|
|
Loading…
Add table
Reference in a new issue