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 AUTH_DISABLE_SIGNUP #437

Closed
dbarrosop opened this issue Nov 9, 2023 · 3 comments
Closed

implement AUTH_DISABLE_SIGNUP #437

dbarrosop opened this issue Nov 9, 2023 · 3 comments
Assignees

Comments

@dbarrosop
Copy link
Member

This feature should basically return an unauthorized error if set to true and a user attempts to signup. This would mean users should be precreated by an admin before they can attempt to sign in (by creating a row into the users table containing email/name and locale at least).

@Matheus-Moreira0
Copy link

Matheus-Moreira0 commented Nov 9, 2023

Much needed feature, great addition.

@onehassan
Copy link
Member

resolved in #444

@dbarrosop
Copy link
Member Author

dbarrosop commented Nov 16, 2023

0.23.0 introduces:

[auth.signUp]
enabled = false

(needs CLI 1.9.2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants