Skip to content
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

Disable public user’s contact information - domain.tld/index.php/u/<user> #30850

Closed
devnull4242 opened this issue Jan 26, 2022 · 2 comments
Closed
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: profile PRs or issues related to the Profile feature (e.g. Profile page, API, etc.) privacy

Comments

@devnull4242
Copy link

devnull4242 commented Jan 26, 2022

With a public share (add to my nextcloud) you can get the username of a nextcloud user. With

domain.tld/index.php/u/username

you then get the full user information also if you do not have an account on this nextcloud.

discussion: https://help.nextcloud.com/t/disable-public-users-contact-information-domain-tld-index-php-u-user/132006

Additional information:
Perhaps only a bug on Nextcloud 23.

@devnull4242 devnull4242 added 0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement labels Jan 26, 2022
@devnull4242
Copy link
Author

See also open pull request #29372

@joshtrichards joshtrichards added privacy feature: profile PRs or issues related to the Profile feature (e.g. Profile page, API, etc.) labels Sep 2, 2023
@joshtrichards
Copy link
Member

Fixed in #29372.

Profile docs were also updated:
https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/profile_configuration.html

And new parameters are included:
occ config:app:set settings profile_enabled_by_default --value="0"
'profile.enabled' => false,

Closing this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: profile PRs or issues related to the Profile feature (e.g. Profile page, API, etc.) privacy
Projects
None yet
Development

No branches or pull requests

2 participants