Posts by Leolds • 21 points
2 posts
-
1
votes1
answer110
viewsA: Login with Play! framework
I figured out the solution, generate a salt static passing a string: public static String salt = "string aleatória"; Or not hashing during login: public Result fazLogin() { DynamicForm formulario =…
-
1
votes1
answer110
viewsQ: Login with Play! framework
I am trying to create a login system on the system but I have the following problem: public Result salvaNovoUsuario() { Form<Usuario> formulario =…