Don't search in password field

Signed-off-by: brantje <brantje@gmail.com>
This commit is contained in:
brantje 2016-12-28 16:41:04 +01:00
parent 14043757a3
commit 9e5462da4e
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -299,7 +299,7 @@
$scope.filterOptions = { $scope.filterOptions = {
filterText: '', filterText: '',
fields: ['label', 'username', 'email', 'password', 'custom_fields'] fields: ['label', 'username', 'email', 'custom_fields']
}; };