add normal user restrictions

This commit is contained in:
2020-05-26 18:47:14 +02:00
parent 90a76301f2
commit 49dedcd064
10 changed files with 18 additions and 49 deletions

View File

@@ -43,6 +43,7 @@ void view_loggin::on_button_clicked(){
if(sesi->loggin(user, pass)){
this->login=true;
this->admin=sesi->admin();
this->hide();
}else{
this->login=false;