-
Notifications
You must be signed in to change notification settings - Fork 78
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
Registration email not optional #497
Comments
That's right, the email is still needed as it's the unique login attribute afterwards. It simply skips the verification where you have to enter a random secret that is emailed to the address. |
(sorry for late reply) Could the username not be treated as unique in that situation? I have a mail server connected to the NC user database which provisions accounts for new users, I'd rather them not use an external email in addition to the provisioned one. |
I expected "Email is optional" to mean that email can be left empty on registration (or even better: not asked for at all at this stage), and most importantly: mean that the server doesn't need to collect and store this personal data. If "Email is optional" means "Disable email confirmation", it'd probably be better to call it that. It's concerning (or at least good to be aware of) that the internal design of Nextcloud server requires an email address for each user profile (if I understand correctly). I'd argue an email address should be optional by design and used for specific purposes based on policies and settings. |
A bit late to the party here, but it seems there's another toggle named "Disable email verification" that only shows up when "Email is optional" is disabled. What does that one do then? |
I would also like to give people who do not have an e-mail address or do not wish to provide one the opportunity to register. Unfortunately, this is currently not possible. |
@smooroodina How is the testing coming along? Any updates on a merge? Thanks! |
Hey, I am also wondering if there has been any progress on this Issue. I have the "Email is Optional" Feature enabled, but when I try to continue the registration process I get the Error message "Please fill in this field". I am testing in the Incognito Browser of Brave. |
Steps to reproduce
Expected behaviour
The website allows registration to go through
Actual behaviour
A "this field is required" popup appears
Server configuration
Nextcloud version: 25.0.2
The text was updated successfully, but these errors were encountered: