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

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

parent 60004833
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ public class MailPassResourceProvider implements RealmResourceProvider {
* @return Response instance including the hashed password string.
*/
@POST
@Path("hashify")
@Path("compute-password-hash")
@Consumes(MediaType.APPLICATION_JSON)
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