Compare commits

..

No commits in common. "afaa822d50318d6785f783a93f14296b915b3d6d" and "90eb93eebefcb943552f57ef60c7440aebf9f4e2" have entirely different histories.

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}BkFFVAICIt3FUlHQLN1FsNWUtsPnLFRs
(-100, -100, 'admin', 'Administrateur', 'draaf', '{SSHA}A1vL21ZdkzU1Wf+CScEIZ9VY3560N8Ld
', 'admin@ldapbundle.ac-arno.fr', 'admin.jpg', 'ROLE_ADMIN', '130007107', 'simple');

View File

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