-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rename list_users to list_privileged_users, add auth_type in au…
…th.py and improve list user command in cli rename list_users to list_privileged_users to match the function effective behavior (that list only users from privileged_users table add auth_type function to check the kind of autentication selected (it returns a string) the function list_users_guests_and_privileges now join with credential table only if basic authentication is active (since credential table has a real effect only for basic authentication) improve cli 'users list' command
- Loading branch information
1 parent
1ed93f5
commit d4b6a19
Showing
3 changed files
with
76 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters