View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
926 | Composr | core_cns | public | 2012-12-03 18:23 | 2013-03-01 13:36 |
Reporter | Chris Graham | Assigned To | Chris Graham | ||
Priority | normal | Severity | feature | ||
Status | resolved | Resolution | fixed | ||
Summary | 926: Forced password setting | ||||
Description | When adding members manually or importing from CSV, have an option on the forms to ask that new users be forced to change their password upon first login. Add a new 'temporary' permission scheme that respects that - any login from a 'temporary' password redirects straight to the edit account page if any other page is accessed. | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Attached Files | |||||
Time estimation (hours) | 2.5 | ||||
Sponsorship open | |||||
|
Tests: Adding a new member with a temporary password, does result in a member with a temporary password A member with a temporary password will be told they need to change their password after logging in A member with a temporary password will be taken to where to change their password after logging in Bulk adding via CSV members with temporary password enabled, does result in members with temporary passwords |
|
Implemented. I'm leaving this tracker issue open, as this has been implemented in a branch which will need merging into v10. |
|
Implementation is attached above, under "attached files". |
|
One nice thing about this functionality is it could also be used to force members to change their passwords. If you change the 'm_password_compat_scheme' field for a member row from "" to "temporary", they'll be forced to change upon their next login. This could be done quite easily in Commandr, e.g.: echo temporary > /members/bob/m_password_compat_scheme |
|
Zip updated so as to not force password changes when using SU. |
|
merged into v10 |