This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 9052472 fixes #6584 fix question delete message in question view new 28e53d2 fixes #6579 fix mails subject and body The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 28e53d21aa0088e5bd70b2de9105c49f98e2cee3 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Jan 29 18:25:41 2015 +0100 fixes #6579 fix mails subject and body Summary of changes: .../ifremer/coselmar/config/CoselmarServicesConfig.java | 4 ++++ .../coselmar/config/CoselmarServicesConfigOption.java | 5 +++++ ...LostPasswordMail.java => UserPasswordChangedMail.java} | 8 ++++---- .../fr/ifremer/coselmar/services/v1/UsersWebService.java | 15 +++++++++------ .../resources/i18n/coselmar-services_en_GB.properties | 4 +++- .../resources/i18n/coselmar-services_fr_FR.properties | 4 +++- .../src/main/resources/mail/LostPasswordMail.mustache | 2 +- .../src/main/resources/mail/LostPasswordMail_fr.mustache | 4 ++-- .../main/resources/mail/UserAccountCreatedMail.mustache | 4 ++-- .../resources/mail/UserAccountCreatedMail_fr.mustache | 4 ++-- .../main/resources/mail/UserPasswordChangedMail.mustache | 13 +++++++++++++ .../resources/mail/UserPasswordChangedMail_fr.mustache | 13 +++++++++++++ 12 files changed, 61 insertions(+), 19 deletions(-) copy coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/{LostPasswordMail.java => UserPasswordChangedMail.java} (83%) create mode 100644 coselmar-rest/src/main/resources/mail/UserPasswordChangedMail.mustache create mode 100644 coselmar-rest/src/main/resources/mail/UserPasswordChangedMail_fr.mustache -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.