branch develop updated (ffc93be6 -> a724add0)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from ffc93be6 fixes #102 Les champs de vote doivent être obligatoire. new a724add0 fixes #91 Impossible de récupérer un mot de passe 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 a724add07bf32957cbb8c248b237c6c546d4a0d2 Author: Kevin Morin <morin@codelutin.com> Date: Thu Aug 3 16:22:44 2017 +0200 fixes #91 Impossible de récupérer un mot de passe Summary of changes: .../src/main/java/org/chorem/pollen/rest/api/v1/AuthApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit a724add07bf32957cbb8c248b237c6c546d4a0d2 Author: Kevin Morin <morin@codelutin.com> Date: Thu Aug 3 16:22:44 2017 +0200 fixes #91 Impossible de récupérer un mot de passe --- .../src/main/java/org/chorem/pollen/rest/api/v1/AuthApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/AuthApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/AuthApi.java index a96522f0..508bfd0f 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/AuthApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/AuthApi.java @@ -188,7 +188,7 @@ public class AuthApi { } - @Path("/lostpassword/{login} ") + @Path("/lostpassword/{login}") @GET public void lostPassword(@Context SecurityService securityService, @PathParam("login") String login) throws PollenEmailNotValidatedException { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm