ClearFoundation Tracker - ClearOS
View Issue Details
0000013ClearOSapp-samba - Windows Networkingpublic2010-01-21 06:312010-07-05 18:42
timb80 
 
normalminoralways
closedfixed 
5.1 
5.25.2 
0000013: Administrator password cannot begin with brackets
When entering a password that begins with [, ], {, } webconfig returns invalid password. May affect other more obscure characters?

Password is however accepted by webconfig for user

Suggest a list of permitted characters on the password page
No tags attached.
Issue History
2010-01-21 06:31timb80New Issue
2010-01-21 19:33user2Statusnew => confirmed
2010-06-09 12:54user2Note Added: 0000175
2010-06-09 12:55user2Statusconfirmed => resolved
2010-06-09 12:55user2Fixed in Version => 5.2
2010-06-09 12:55user2Target Version => 5.2
2010-06-09 12:55user2Note Added: 0000176
2010-07-05 18:42user2Statusresolved => closed
2010-07-05 18:42user2Resolutionopen => fixed

Notes
(0000175)
user2   
2010-06-09 12:54   
This was fixed when password policies were implemented -- bug 0000050 . Any password change should now go through User->SetPassword(). The webconfig user pages and scripts now follow this process.

Previously, the password could also get updated via User->Update() and User->Add() methods in the API. We're keeping these capabilities in version 5.x to avoid any surprises for those out there using the API. However, the capabilities will be completely removed in 6.0.
(0000176)
user2   
2010-06-09 12:55   
Oh... and the User Guide has been updated too.