- 🇮🇳India ankithashetty Karnataka, India
+1 to this issue.
We have a password_policy module + change_pwd_page module- User Signed in via social login - Google for ex
- Due to the password_policy module & its config, password expiration gets enabled for the user after a few days. (based on the date set by admin)
- User tries to sign up again via social login. He is logged in but gets redirected to the change-password page (this page will have current pass and New pass fields shipped with the change_pwd_page module)
- User will be blocked as he will not be able to change the pass - because there was no 'current password' in the first place.