Hi
We allowed to register new users by using UserManagementServices.Users.Save(user) and set the password with user.Password= "Password". After registration, the user can login successfully with username and password in website. But when we try to authenticate by using api via /dwapi/users/authenticate, and it is responding 403. Only after IIS is recycled, api responses token. Am I missing something?