Description of problem: HTML forms limiting password length and are not consistent across the interface. 1) Create user is maxlen 32 2) Change password is maxlen 20 3) Login is maxlen 32 Version-Release number of selected component (if applicable): spacewalk-0.5.4-1.el5 How reproducible: Always Steps to Reproduce: 1. Create user with passlen > 32 2. Try to login via rhnpush Actual results: Password is truncated. Expected results: It works. Additional info:
http://git.fedorahosted.org/git/spacewalk.git/?p=spacewalk.git;a=commit;h=bb6d939005e8fcc95111b0456096ae966c7b70c6 UI side of the changes have been fixed.. rhnpush aspect is yet to be checked.
Basic fix is to set the max password length based on 'max_passwd_len' config entry (default = 32). So by setting this value the system administrator can choose to extend the max password length. Made the html forms use this value. So one should be able to set/login with a password length of 32 if thats what the max_passwd_len is set to.
Also added http://git.fedorahosted.org/git/spacewalk.git/?p=spacewalk.git;a=commit;h=668a5e8c40eadfef59c34b99d4d148716520a07c
This bug has been fixed in Spacewalk 1.0. Closing.