Update language files
This commit is contained in:
@@ -630,11 +630,15 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
|
||||
$scope.setGhost.success = false;
|
||||
$scope.setGhost.error = null;
|
||||
$scope.setGhost.user = user;
|
||||
$scope.setGhost.password = generatePassword();
|
||||
$scope.setGhost.password = '';
|
||||
|
||||
$('#setGhostModal').modal('show');
|
||||
},
|
||||
|
||||
generatePassword: function () {
|
||||
$scope.setGhost.password = generatePassword();
|
||||
},
|
||||
|
||||
submit: function () {
|
||||
$scope.setGhost.busy = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user