From 64c2cb8b8da562ec9b01feccdfe8f06f85195691 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 23 Apr 2019 21:19:41 +0200 Subject: [PATCH] reorder ## Important --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f93c178..2065e1a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Mobilizon is a tool designed to create platforms for managing communities and ev 1. **Mobilizon** is in early development, like an Alpha, all functionalities are not available 1. **Mobilizon** require a dedicated **root domain**, eg. mobilizon.domain.tld 1. Even if requested during installation: admin, language and password variables are not used +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`) ```bash @@ -30,7 +31,6 @@ UPDATE public.users SET role='administrator' where id=1; \q exit ``` -1. Admin Dashboard is still not implemented ## Screenshots