-
Notifications
You must be signed in to change notification settings - Fork 189
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
Add config var UserListRequiresFilter #7866
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
85118bf
to
7697e07
Compare
fb3caa3
to
4f26616
Compare
Couldn't resolve white space issue display issue?
Co-authored-by: Martin <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Q: the criteria adding one filter at minimum is satisfied if one filter has been used, ok. |
This has nothing to do with this pr. We do allow * but this won't fire a wildcard search but will expose users that have * in their names. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from a doc pov 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it is blocking we can update the description later if needed
aha... I would have never taken this into consideration... |
* Add config var UserListRequiresFilter * Fix whitespace * Update options.go Co-authored-by: Martin <[email protected]> --------- Co-authored-by: Martin <[email protected]>
* Add config var UserListRequiresFilter * Fix whitespace * Update options.go Co-authored-by: Martin <[email protected]> --------- Co-authored-by: Martin <[email protected]>
* Add config var UserListRequiresFilter * Fix whitespace * Update options.go Co-authored-by: Martin <[email protected]> --------- Co-authored-by: Martin <[email protected]>
Description
Introduce a config to require filters in order to list users in Web via
WEB_OPTION_USER_LIST_REQUIRES_FILTER
.Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: