What is the purpose of exposing the list of users?
See original GitHub issueDescription
The users
app provides a view to list all the users.
Probably I am missing something obvious, but is this necessary? Why would a user be able to view all the registered users of the web service? At first I thought this would be only accessible in local environment, but I couldn’t find a setting which prevents it from showing up the production environment.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Exposing Personal Information for Specific Users - ObserveIT
You can choose to expose only the user's personal details (photo, full name, department, role, and login account) or also the names of...
Read more >User Enumeration Explained: Techniques and Prevention Tips
User enumeration is when a malicious actor can use brute-force techniques to either guess or confirm valid users in a system.
Read more >How bad is exposing valid user names?
My thought was that a system that does not specify if the user name is valid, could be more secure because it will...
Read more >6 ways to enumerate WordPress Users - GoSecure
The default behavior of exposing usernames and emails from blog authors is unlikely to change soon. It is a risk that has been...
Read more >Understanding Success Criterion 4.1.2 - W3C
Providing role, state, and value information on all user interface components enables compatibility with assistive technology, such as screen readers, screen ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Got no problem with that.
After seeing the final result to get the views locally debug-only, I now believe the list view should be deleted. I’ve opened #2062 to do that. I didn’t touch the user detail on purpose…
Thoughts on this?