mirror of
https://github.com/directus/directus.git
synced 2026-01-28 21:47:56 -05:00
1.3 KiB
1.3 KiB
description, image, tags, skill_level, directus_version, author_override, author
| description | image | tags | skill_level | directus_version | author_override | author |
|---|---|---|---|---|---|---|
| This recipes explains how to enable new users to self-register their own account in Directus. | 9.18.1 | Eron Powell |
Configure User Registration
{{ $frontmatter.description }}
:::tip Author: {{$frontmatter.author}}
Directus Version: {{$frontmatter.directus_version}}
:::
Explanation
The Recipe
:::tip Requirements
:::
Public Permissions
- Public
- Gets create permissions for users collection
- Custom Access Permissions: Public must create users with username, password, etc...
Here, you may need to add some details about the expected result before moving on to Part 2 (if you have a part 2).
New User Permissions
- New User
- users: custom update permissions on $CURRENT_USER so user can change name and password.
- Set permissions for other collections
- show one collection, using custom access permissions
- Repeat as desired