Remove signup form when signup is disabled #5430
Chartreusito
started this conversation in
Ideas
Replies: 1 comment 5 replies
|
The technical reason was that it wasn't possible. But it will be soon. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was surprised that disabling signup using the SIGNUPS_ALLOWED=false does not disable the signup form.
Is there any technical reason behind it ? I know the form throws an error signifying signup is disabled, but i expected that this form would be disabled as a security measure when signup is disabled.
All reactions