Skip to content
Snippets Groups Projects
Commit 99e94cdc authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

deployment gui - task#1411 - commands on cli will be executed with "cliadmin"

parent b5393299
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ class user {
* @return type
*/
public function showDenied(){
return 'USER: ' . $this->_sUsername . ' - groups ' . print_r($this->getUserGroups(),1) . '<div class="alert alert-danger" role="alert">'
return '<div class="alert alert-danger" role="alert">'
. t("class-user-error-deny-no-role").'<br>('.$this->_sLastCheckedPermission.')</div><br>'
. '<a href="/deployment/all/login/" class="btn btn-primary">'.t('menu-login').'</a>'
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment