-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Tweak the default scopes for Accounts #6582
Comments
Probably a duplicate of #6578. |
cc @nextcloud/sharing |
@nextcloud/designers |
That was chosen by purpose because this was the default even before we introduced the setting. So we kept it as default in order not to break known behavior. |
What are you exactly suggesting we tweak from the current state? Which default visibility should be changed to what? |
I didn't ask to change the default ones, I asked for the possibility for the admin to change them. In my case, email would also be |
Ok, seems to make sense security-wise. We could have it as a setting in the config file, but not necessary in the interface. |
Any update on this issue? Seems pretty important to me as this yet unchangeable default probably renders a lot of installations non-compliant in terms of data protection regulations. Think of a nextcloud instance that allows users to create profiles / login via social accounts. The admin cannot prevent the e-mail address of new users from being automatically exposed to existing users. As most users won't be aware of this default setting and keep it, this means that the e-mail adresses of most existing users are immidiately exposed / available to a new user. He/she doesn't even have to belong to a group. That's most certainly even worse than how social networks deal with social data. Not meant as a rant but a friendly request to review the priority of this issue. Doesn't need the social login example to become relevant but it makes it even more obvious. |
Up ? |
I arrived at this issue now as well and I don't understand how this has not been fixed yet. I'm using LDAP for authentication which means that Nextcloud shows the email addresses of all users, even if they haven't logged into Nextcloud yet (so they didn't even have the chance to disable email sharing). I will probably change this in code even though it might get overridden by an update because this seems super important to me. |
If someone want's to pick this up:
This method is called if no configuration for a user account is found. For reading a system configuration value at this place the constructor must be changed and Happy hacking 😎 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Currently the following default scopes for new accounts are defined inside
AccountManager
. We should let the server admin define them through the administration panel or config.php.This is especially important on instances where users don't know each other.
The text was updated successfully, but these errors were encountered: