svg
This commit is contained in:
parent
345d5966c8
commit
9e9bfead12
|
@ -8,7 +8,7 @@ INSERT IGNORE INTO `niveau01` (`id`, `label`, `siren`) VALUES
|
||||||
(-100, 'DRAAF', '130007107');
|
(-100, 'DRAAF', '130007107');
|
||||||
|
|
||||||
INSERT IGNORE INTO `user` (`id`, `niveau01_id`, `username`, `firstname`, `lastname`, `password`, `email`, `avatar`, `role`,`siren`,`authlevel`) VALUES
|
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');
|
', 'admin@ldapbundle.ac-arno.fr', 'admin.jpg', 'ROLE_ADMIN', '130007107', 'simple');
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<body class="{{ bodystyle }}">
|
<body class="{{ bodystyle }}">
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
{% if useheader %}
|
{% if useheader and app.request.attributes.get('_route')=='cadoles_core_home' %}
|
||||||
{{ render(url("cadoles_core_checkuser")) }}
|
{{ render(url("cadoles_core_checkuser")) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue