One time login password
Categories
Component ID
2159381
Component name
One time login password
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Overview
This module aims to optimize the core password reset functionality.
By default Drupal core facilitates request new password and one time login functionality. Both functions sends an email to the user with an one-time-login link. This is great, but once a user, uses this link he's already logged in and isn't obligated to change the password. So the user can use his profile or browse the site without changing the password. Once logged out the user still has to request a new password, and needs to request a new password / one-time-login-link.
This module fills that gap by forcing the user (when the link is used) to change / set it's password.
