Problem :
After user registration the user name is not active until the user click email link or admin Manual activation.
Solution :
Open UserService. Java class
src/main/java/com/cookmyfood/app/service/UserService.java
And go to register User method as shown below
public User registerUser(UserDTO userDTO, String password) and setActivated method true
|
0 Comments