From 796ddb74bb2ad8f05c3ee6d099c983b52bb39b66 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 23 Apr 2019 21:20:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2065e1a..7e946b7 100644 --- a/README.md +++ b/README.md @@ -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. 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`) + +Example to manually put user with id=1 as administrator: ```bash su -l postgres psql