mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Improve alert popup + fix api key on usrr generation
This commit is contained in:
parent
7133704bf6
commit
5f8f6520ee
2 changed files with 5 additions and 5 deletions
|
@ -163,7 +163,7 @@ class User extends \descartes\Controller
|
|||
return $this->redirect(\descartes\Router::url('User', 'add'));
|
||||
}
|
||||
|
||||
$id_user = $this->internal_user->create($email, $password, $admin, $status);
|
||||
$id_user = $this->internal_user->create($email, $password, $admin);
|
||||
if (!$id_user)
|
||||
{
|
||||
\FlashMessage\FlashMessage::push('danger', 'Impossible de créer ce user.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue