You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is possible to bypass the restrictions implemented by e.g. PREVENT_SIGNUP by modifying the response from the config/project-overrides endpoint in the UI, or by using the API directly.
We should implement a restriction in the API to ensure that these limits cannot be bypassed.
The text was updated successfully, but these errors were encountered:
On further investigation, the key issue here is that it is possible to manipulate the register request to bypass the ALLOW_REGISTRATION_WITHOUT_INVITE setting.
I have created a PR for the API here to prevent this.
Currently, it is possible to bypass the restrictions implemented by e.g.
PREVENT_SIGNUP
by modifying the response from theconfig/project-overrides
endpoint in the UI, or by using the API directly.We should implement a restriction in the API to ensure that these limits cannot be bypassed.
The text was updated successfully, but these errors were encountered: