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>.