Anonymous | Login | 2024-11-21 04:47 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000417 | ClearOS | app-base - Base System | public | 2011-12-30 11:47 | 2012-04-13 18:30 | ||||
Reporter | user2 | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | tweak | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | 6.2.0 RC 1 | Fixed in Version | 6.2.0 RC 1 | ||||||
Summary | 0000417: Loosen password restrictions | ||||||||
Description | The following characters are not allowed in passwords: |;* In addition, the password must start with a letter or number. The character restrictions look like a lame way to avoid escaping command line hacks - note: I have been guilty of writing such lameness ;-) I searched the Internet for services that required a password to start with a letter or number - nothing relevant came up. Perhaps it was a Windows for Workgroups limitation (ask your Dad)? | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Notes | |
(0000412) user2 2012-03-03 12:40 |
Source Code Changelog --------------------------------------------------- - Removed old and undocumented password limitations [tracker 0000417] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=3434 [^] U webconfig/apps/users/trunk/libraries/User_Engine.php |
(0000413) user2 2012-03-03 12:43 |
Source Code Changelog --------------------------------------------------- - Migrated password validation to User_Engine class [tracker 0000417] File Changes --------------------------------------------------- Details: http://code.clearfoundation.com/svn/revision.php?repname=ClearOS&rev=3435 [^] U webconfig/apps/openldap_directory/trunk/libraries/User_Driver.php |
(0000414) user2 2012-03-03 12:45 |
Note: changes were made in base/Posix_User as well. |