Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Public User Registration #21981

Open
Tracked by #21980
licitdev opened this issue Mar 26, 2024 · 0 comments · May be fixed by #22125
Open
Tracked by #21980

Implement Public User Registration #21981

licitdev opened this issue Mar 26, 2024 · 0 comments · May be fixed by #22125

Comments

@licitdev
Copy link
Member

licitdev commented Mar 26, 2024

Implement feature request #3083 by allowing public user registration.

Validations to enforce during the creation and update of users.

Differentiated limit between API users and APP users

Conditions: Admin access, App access, API access

  • Admin User (Admin & App)
  • App User(App)
  • API User

Suggested limits:

  • USERS_MAX_ADMIN_ACCESS
    • Total number of Admin users
  • USERS_MAX_APP_ACCESS
    • Admin + App Access total count
  • USERS_MAX_API_ACCESS
    • Total users including Admin + App Access
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

3 participants