-
-
Notifications
You must be signed in to change notification settings - Fork 885
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
Give user reason for their application being denied #2191
Labels
enhancement
New feature or request
Comments
@Nutomic I think this is probably a good idea, although I wouldn't want to add it without your input. It would require changing this static error string to non-static (not a big deal IMO). |
I believe the deny reason is already sent out over email, no? In any case, it makes sense to indicate to the user why it was rejected. |
dessalines
added a commit
that referenced
this issue
Apr 11, 2022
dessalines
added a commit
that referenced
this issue
Apr 13, 2022
dessalines
added a commit
that referenced
this issue
Apr 13, 2022
Nutomic
pushed a commit
that referenced
this issue
Apr 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a user sends an application to create a new account and their application is rejected, admins are able to give a deny reason. However that reason is not relayed to the user. It should be sent to them either by email or, preferably since email is optional, it should put that in the error message when they try to log in:
"Registration application denied. Reason given: [blahblah]"
The text was updated successfully, but these errors were encountered: