OSCommerce Product Manager for Windows
FS#68 - Password dialog shows characters in clear text.
Attached to Project:
OSCommerce Product Manager
Opened by Mario A. Valdez-Ramirez (mvaldez) - Saturday, 21 August 2004, 14:50 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 22 August 2004, 04:54 GMT
Opened by Mario A. Valdez-Ramirez (mvaldez) - Saturday, 21 August 2004, 14:50 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 22 August 2004, 04:54 GMT
|
DetailsIf the option "Store passwords" is disabled, the password is asked when connecting, but the dialog is not obscuring the password characters.
Expected behavior: the characters should be obscured with some neutral character. This is a security problem. |
This task depends upon
Fixed.
Modified the call to FNopm_Question (which used InputQuery) in Topm_Form_Main.PRopm_Connect and now we call opm_Form_AskUser, for which we can set the PasswordChar property of its TEdit field.
This was fixed as part of Bug #67.