Files
directus/docs/cookbook/permissions/configure-user-registration.md
Rijk van Zanten c723085902 Move docs to monorepo (#18052)
* Move docs to monorepo

* Tweaks
2023-04-04 18:23:58 -04:00

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

Final Tips