This extension disables the Forgot password
and Change password
modal as users will not need a password with oAuth. However, it can be handy to link to the correct location where they could reset or change their password.
Forgot password link
When the login modal is still enabled, the 'Forgot password' link will be replaced with the link that you enter in this form. The link will be opened in a new window. For example, resetting their account URL can be https://example.com/auth/recover
.
Changing their password
When using oAuth extensions and disabeling password-user accounts, the Change password
button will be removed from the user settings page. For the user experience it would be good to link to the correct page to change their password via your application, for example: https://example.com/account/change-password
.
This setting will add a new Change password
button and will open the link in a new window.