Project

General

Profile

Actions

Feature proposal #5197

closed

Implement support for "Require Password Reset"

Feature proposal #5197: Implement support for "Require Password Reset"

Added by krileon over 10 years ago. Updated almost 9 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

Updated by krileon about 9 years ago Actions #1

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 9 years ago Actions #2

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 9 years ago Actions #3

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 9 years ago Actions #4

  • % Done changed from 0 to 50

Updated by krileon about 9 years ago Actions #5

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 9 years ago Actions #6

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

Implemented in MR !1136

Updated by krileon almost 9 years ago Actions #7

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom