From 17b0f192bf3f3fa845c159e9bacfbac59e630f03 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 23 Apr 2019 21:17:52 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 118c728..f93c178 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ Mobilizon is a tool designed to create platforms for managing communities and ev 1. Even if requested during installation: admin, language and password variables are not used 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`) +```bash +su -l postgres +psql +\c mobilizon +UPDATE public.users SET role='administrator' where id=1; +\q +exit +``` 1. Admin Dashboard is still not implemented ## Screenshots