Open zt1983811 opened 8 years ago
How can I create user and password? I do not think you implement
.antMatchers("/api/register") .antMatchers("/api/activate") .antMatchers("/api/lostpassword") .antMatchers("/api/resetpassword");
Could you give a guide how to implement this endpoints please?
@zt1983811 you can create a controller/controllers for these end points.
How can I create user and password? I do not think you implement
Could you give a guide how to implement this endpoints please?