Update language files

This commit is contained in:
Johannes Zellner
2021-11-24 16:35:54 +01:00
parent 11d6916841
commit a01984cbef
6 changed files with 25 additions and 13 deletions

View File

@@ -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;