Skip to content

Commit

Permalink
Document process of approving self-registered users (#24)
Browse files Browse the repository at this point in the history
* Document process of approving self-registered users

* Change "admin" to "tree owner"

---------

Co-authored-by: David Straub <[email protected]>
  • Loading branch information
hgohel and DavidMStraub authored Oct 15, 2024
1 parent 7dffb31 commit 3ab364f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/install_setup/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ docker compose run grampsweb python3 -m gramps_webapi user COMMAND [ARGS]
```

The `COMMAND` can be `add` or `delete`. Use `--help` for `[ARGS]` to show the syntax and possible configuration options.

### Approving self-registered users

When a user self-registers, they are not granted immediate access. An email is sent to the tree owner about the new user registration and the user is sent an email request to confirm their email address. Successfully confirming their email address changes their role from `unconfirmed` to `disabled`. While the user account is in either of those two roles, the user cannot log in. The tree owner must review the user's request and assign the user an appropriate role before they are allowed to log in.

0 comments on commit 3ab364f

Please sign in to comment.