OSCommerce Product Manager for Windows
FS#67 - If password is disabled, it is not asked for SSH tunnel.
Attached to Project:
OSCommerce Product Manager
Opened by Mario A. Valdez-Ramirez (mvaldez) - Saturday, 21 August 2004, 14:49 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:49 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 22 August 2004, 04:54 GMT
|
DetailsIf the option "Store passwords" is disabled, DB password is asked when connecting, but SSH tunnel password is not, thus the connection fails.
This is a security problem. |
This task depends upon
Fixed.
Added calls to opm_Form_AskUser from Topm_Form_Main.PRopm_Connect just before trying to connect (previously we called FNopm_Question which used InputQuery).
This also fixes Bug #68.