Anonymous | Login | Signup for a new account | 2024-10-03 14:18 CDT |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Viewing Issue Simple Details [ Jump to Notes ] [ Wiki ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Type | Reproducibility | Date Submitted | Last Update | ||
0000227 | [In-Portal CMS] Front End | feature request | N/A | 2009-08-14 01:06 | 2012-03-19 03:55 | ||
Reporter | alex | View Status | public | Project Name | In-Portal CMS | ||
Assigned To | alex | Developer | |||||
Priority | normal | Resolution | fixed | Fixed in Version | 5.0.1 | ||
Status | closed | Product Version | 5.0.0 | Target Version | 5.0.1 | ||
Time Estimate | No estimate | ||||||
Summary | 0000227: Password required mark logic change | ||||||
Description |
Currently Password and VerifyPassword fields are not marked as required. This results in missing asterisk ("*" - required mark) on new user add form (in administrative console and on front-end). Then when value is set to the field, kPasswordFormatter class makes them required for new users. This gives us another problem - inability to dynamically make password non-required for new users. I propose to remove "making required" code from kPasswordFormatter class and do the following: 1. in u:OnPreCreate (for administrative console) and in u:OnNew (for front-end) events do $object->setRequired for both password fields - helps to initially show "*" on user registration form; 2. in u:OnBeforeItemCreate do the same - to make passwords required when user is saved to database. This way it will be highly customizable and more transparent logic to the naked eye. |
||||||
Additional Information | |||||||
Tags | No tags attached. | ||||||
Reference | |||||||
Change Log Message | Fixes "*" not displayed after password fields during registration | ||||||
Estimate Points | 1 | ||||||
Attached Files | password_logic_change.patch [^] (8,582 bytes) 2012-03-19 03:54 [Show Content] | ||||||
|
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0000320) alex (manager) 2009-08-15 10:54 |
Fix committed to 5.0.x branch. Commit Message: Fixes 0000227: Password required mark logic change |
(0000730) administrator (administrator) 2009-10-03 07:56 |
Closing issues from 5.0.1 version, because version was already released. |
Related Changesets | |||
In-Portal CMS: 5.0.x r12296 Timestamp: 2009-08-15 10:54:23 Author: alex [ Details ] [ Diff ] |
Fixes 0000227: Password required mark logic change | ||
mod - /in-portal/branches/5.0.x/core/admin_templates/incs/form_blocks.tpl | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.0.x/core/admin_templates/users/admins_edit.tpl | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.0.x/core/admin_templates/users/users_edit.tpl | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.0.x/core/kernel/utility/formatters/password_formatter.php | [ Diff ] [ File ] | ||
mod - /in-portal/branches/5.0.x/core/units/users/users_event_handler.php | [ Diff ] [ File ] | ||
Issue History | |||
Date Modified | Username | Field | Change |
2012-03-19 03:55 | alex | Change Log Message | => Fixes "*" not displayed after password fields during registration |
2012-03-19 03:54 | alex | Estimate Points | => 1 |
2012-03-19 03:54 | alex | File Added: password_logic_change.patch | |
2009-10-03 07:56 | administrator | Note Added: 0000730 | |
2009-10-03 07:56 | administrator | Status | resolved => closed |
2009-09-18 07:18 | alex | Type | bug report => feature request |
2009-09-18 07:18 | alex | Reproducibility | always => N/A |
2009-08-15 10:54 | alex | Fixed in Version | => 5.0.1 |
2009-08-15 10:54 | alex | Changeset attached | 5.0.x r12296 |
2009-08-15 10:54 | alex | Note Added: 0000320 | |
2009-08-15 10:54 | alex | Status | reviewed and tested => resolved |
2009-08-15 10:54 | alex | Resolution | open => fixed |
2009-08-14 10:58 | Dmitry | Assigned To | => alex |
2009-08-14 10:58 | Dmitry | Status | active => reviewed and tested |
2009-08-14 10:58 | Dmitry | Category | Admin Interfaces => Front End |
2009-08-14 10:58 | Dmitry | version | 5.0.1 => 5.0.0 |
2009-08-14 10:58 | Dmitry | Target Version | => 5.0.1 |
2009-08-14 01:06 | alex | New Issue |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Web Development by Intechnic In-Portal Open Source CMS |