Skip to content
Snippets Groups Projects
Verified Commit c02e9eca authored by Ira ¯\_(ツ)_/¯'s avatar Ira ¯\_(ツ)_/¯
Browse files

Change endpoint name from "hashify" to "compute-password-hash"

parent a8b1f38c
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ public class MailPassResourceProvider implements RealmResourceProvider { ...@@ -53,7 +53,7 @@ public class MailPassResourceProvider implements RealmResourceProvider {
* @return Response instance including the hashed password string. * @return Response instance including the hashed password string.
*/ */
@POST @POST
@Path("hashify") @Path("compute-password-hash")
@Consumes(MediaType.APPLICATION_JSON) @Consumes(MediaType.APPLICATION_JSON)
public Response generateBcryptHash(String data) { public Response generateBcryptHash(String data) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment