Project

General

Profile

Actions

Feature proposal #5197

closed

Implement support for "Require Password Reset"

Added by krileon about 9 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
23 March 2015
Due date:
% Done:

100%

Estimated time:

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.

http://www.joomlapolis.com/forum/146-general/228958-joomla-core-qrequire-password-resetq-does-not-work-with-community-builder

Actions #1

Updated by krileon over 7 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.

Actions #2

Updated by krileon over 7 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.

Actions #3

Updated by krileon over 7 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

Actions #4

Updated by krileon over 7 years ago

  • % Done changed from 0 to 50
Actions #5

Updated by krileon over 7 years ago

This feature will require Rewrite URLs to be enabled. Otherwise should be fine to just use Joomlas profile edit if needed.

Actions #6

Updated by krileon over 7 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 50 to 100

Implemented in MR !1136

Actions #7

Updated by krileon over 7 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF