-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let result of checkpwd to be aliased (#2641)
* Let result of checkpwd to be aliased This changes query response to use any specified alias for response. It also brings default checkpwd response to be in-line with count(). e.g., ``` // before "pass": [ { "checkpwd": true } ] // now "checkpwd(pass)": true ``` Closes: #2630
- Loading branch information
Gus
authored
Oct 9, 2018
1 parent
9a23cde
commit a7c31a8
Showing
2 changed files
with
45 additions
and
18 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