Replies: 8 comments 8 replies
-
|
Even better: an option to disable email-based login altogether and directly redirect to the OIDC login page instead. |
Beta Was this translation helpful? Give feedback.
-
|
It's been a bit but voicing my opinion here as well. It'd be lovely to fully disable registration - it's a bit jarring coming from rallly.co, loving the ease of use, setting it up for myself and finding out it's unusable without also requiring registration. |
Beta Was this translation helpful? Give feedback.
-
|
Another vote fore the possibility to disable the email login form (and the register link) when oidc is configured. It confuses users. If disabled, there could just be a single button to trigger the oidc redirect |
Beta Was this translation helpful? Give feedback.
-
|
My feeling about this is:
The current implementation allows users to fallback to email login in case of a problem with the identity provider. |
Beta Was this translation helpful? Give feedback.
-
|
Could we implement a way to add a custom javascript script to all pages? This could be useful here and other places.... for example:
It would be nice to have either have a custom environment variable: or an admin web panel with a small text box where a user could add: I think a lot of these things are very easy to do with a small bit of javascript knowledge. This also takes the burden off yourself or other developers from having to implement/code every little change/want directly into the code. |
Beta Was this translation helpful? Give feedback.
-
|
@lukevella do you have any updates or final statements for us here? I would really like to use Rallly in my organization, but unfortunately the inability to deactivate the mail login is a dealbreaker for us. |
Beta Was this translation helpful? Give feedback.
-
|
Hi everyone, I'm happy to share that as of v4.1, you can disable user registration from the control panel settings See: #1759 |
Beta Was this translation helpful? Give feedback.
-
|
I've also opened a PR that complements #1759, and allows disabling email login and registration entirely: #1916 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
3.4.0 has added OIDC login. Would be great to add a way to disable registration . This way poll creators will login via OIDC . Poll voters can vote without login. Currently, there is
ALLOWED_EMAILSbut this is hard to maintain unless all the OIDC users have emails in a single domain.Beta Was this translation helpful? Give feedback.
All reactions