From 3f7bb9ab7ef90348ec3d6ff7dc44104eb6dc47e9 Mon Sep 17 00:00:00 2001 From: Harshad Sharma Date: Thu, 23 May 2024 14:33:58 +0530 Subject: [PATCH] Update account management instructions in readme --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e4bca61..90c5aa5 100644 --- a/README.md +++ b/README.md @@ -29,23 +29,16 @@ Start Freedive: Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. -## User management -> Every user has full access to every part of the system via Freedive, -do NOT create accounts for people you do not trust to have root access -on this machine. +## Accounts -Create release: +Registering accounts via browser is enabled in dev envronment. -- `mix release --overwrite` +Visit [/users/register](http://localhost:4000/users/register) to create an account. -Create account on dev server +Then visit [/dev/mailbox](http://localhost:4000/dev/mailbox) to confirm the account. -- `_build/dev/rel/freedive/bin/freedive eval "Freedive.Release.account_create"` - -Reset password for account on dev server - -- `_build/dev/rel/freedive/bin/freedive eval "Freedive.Release.password_reset"` +Now you can ue these credentials to log in and explore Freedive. ### Deploy @@ -93,6 +86,10 @@ Create an account for yourself - `service freedive account_create` +> Accounts have full access to every part of the system via Freedive, +do NOT create accounts for people you do not trust to have root access +on this machine. + Start Freedive - `service freedive start`