This commit is contained in:
afornerot 2019-06-20 10:17:49 +02:00
parent 345d5966c8
commit 9e9bfead12
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ INSERT IGNORE INTO `niveau01` (`id`, `label`, `siren`) VALUES
(-100, 'DRAAF', '130007107');
INSERT IGNORE INTO `user` (`id`, `niveau01_id`, `username`, `firstname`, `lastname`, `password`, `email`, `avatar`, `role`,`siren`,`authlevel`) VALUES
(-100, -100, 'admin', 'Administrateur', 'draaf', '{SSHA}AI3soJCege5aUkKULnotDIMTBrJowKYU
(-100, -100, 'admin', 'Administrateur', 'draaf', '{SSHA}VREmbRVmS5dJHhzmPEdIJuBKZun8MPqc
', 'admin@ldapbundle.ac-arno.fr', 'admin.jpg', 'ROLE_ADMIN', '130007107', 'simple');

View File

@ -44,7 +44,7 @@
{% endif %}
<body class="{{ bodystyle }}">
<div id="wrapper">
{% if useheader %}
{% if useheader and app.request.attributes.get('_route')=='cadoles_core_home' %}
{{ render(url("cadoles_core_checkuser")) }}
{% endif %}