Open proffalken opened 6 days ago
Hi @proffalken,
Thanks for the report!
Can you confirm if it's possible to register an account when APP_DISABLE_REGISTRATION is enabled? Currently, the "Don't have an account? Sign up" link isn't hidden when registration is disabled; this setting only affects the API, not the frontend. It definitely should apply to the frontend as well, so that part is indeed a bug.
Thanks again!
Ah, thanks @daveearley - I'd not tried to register, I'd just assumed I'd see the UX link disappear.
I can confirm that I get an "account registration is disabled" notification when trying to setup a new account, so it appears to be front-end only.
Describe the bug I'm evaluating Hi.Events as a replacement for Alf.io.
I have used the "quick launch" for render.com to deploy, and it appears to be working fine apart from being unable to disable registration.
To Reproduce Steps to reproduce the behavior:
APP_DISABLE_REGISTRATION=true
andAPP_SAAS_MODE_ENABLED=false
Don't have an account? Sign up
link is still active.Expected behavior The registration link should be removed because SASS mode and Registration have been disabled.
Screenshots
Logs N/A
Desktop (please complete the following information):
Hi.Events Version and platform
Docker latest based on the Render.com auto-deploy
Additional context This is the second time I've spun up Hi.Events, but the first time I've tried to disable this, so if I'm missing an obvious setting then I apologise!