mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 23:54:08 +01:00
* [ADD] Added default permissions for accounts based on user, group and profiles.
* [MOD] Updated translations * [MOD] Code refactoring
This commit is contained in:
@@ -218,7 +218,7 @@ final class UserController extends ControllerBase implements CrudControllerInter
|
||||
return $this->returnJsonResponse(JsonResponse::JSON_ERROR, __u('No tiene permisos para realizar esta operación'));
|
||||
}
|
||||
|
||||
$this->view->addTemplate('userpass', 'itemshow');
|
||||
$this->view->addTemplate('user_pass', 'itemshow');
|
||||
|
||||
$this->view->assign(__FUNCTION__, 1);
|
||||
$this->view->assign('header', __('Cambio de Clave'));
|
||||
|
||||
Reference in New Issue
Block a user