Feature proposal #5197
closedImplement support for "Require Password Reset"
Description
Joomla 3.4.1 implemented the user param for admins to force a user to reset their password. This currently does not function correctly when using CB.
Updated by krileon about 8 years ago
Looks like this just needs the field and to hook into Joomlas redirect behavior for this to send them to CB profile edit. Using the system plugin with URL rewriting/redirect just causes an infinite loop.
Updated by krileon about 8 years ago
The redirect is done by checkUserRequireReset in doExecute just after the router. CB could do its redirect in the router and temporarily shut off the requireReset to stop Joomla from redirecting. Note with "Rewrite URLs" set to "Disable" Joomlas usage works fine.
Updated by krileon about 8 years ago
Looks like the redirect can be overridden by setting the below Application values in our router.
site_reset_password_override
site_reset_password_option
site_reset_password_view
site_reset_password_layout
site_reset_password_tasks
Updated by krileon about 8 years ago
This feature will require Rewrite URLs to be enabled. Otherwise should be fine to just use Joomlas profile edit if needed.
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Implemented in MR !1136