mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-08 06:16:08 +01:00
bug fix: ignore password filter
This commit is contained in:
@@ -251,7 +251,7 @@ app.controller('modifyUser', function ($scope, $http) {
|
||||
firstName: firstName,
|
||||
lastName: lastName,
|
||||
email: email,
|
||||
password: password,
|
||||
passwordByPass: password,
|
||||
securityLevel: $scope.securityLevel
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user