This commit is contained in:
Arnaud Fornerot 2020-02-13 11:21:06 +01:00
commit afaa822d50
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -41,7 +41,7 @@
closeModal();
{% else %}
$("#mail_subject").val("{{ subject }}");
$("#mail_message").val("{{ message | raw }}");
CKEDITOR.instances["mail_message"].setData("{{ message | raw }}");
$("#mail_destinataire").focus();
{% endif %}