BUGS NIGHTMARE - MD5 bug in SECURITY MODULE not fixed ater 2 years :-(

This bug has been reported number of times and it is still unfixed. What a shame!
When generating SECURITY MODULE, there is an App generated to add new user. This App shows form with the password but when the password is entered is is storred as plain text, then of courcse in the LOGIN App MD5 is used resulting non existent user error.

here is the code in “add_user” App

if({pswd} != {confirm_pswd})
{
    sc_error_message({lang_error_pswd});
    sc_error_exit();
}
{pswd} = md5({pswd});

buf of course it is not working !

NET MAKE - WHEN YOU FINALLY FIX THIS ?

It has been well over a 2 years when this was reported as problem (several times). Did somebody on this forum said that NetMake is fixing bug ? I do not think so

Good point they should be able to fix that bug within 5 minutes…

Yes RR - that what pisses me off about SC and the company that certain simple things which can be taken care in matter of minutes remain unfixed, unchanged, untouched, ignored for years. I wonder what WE - USERS can do to make a change and if it possible at all (?). One thing which will make dramatic change I think is when another company will come up with similar product but better service and customer care. there are few on the market and few new ones coming to the horizon. In the meantime we still have to deal with the old CRAPPY paradigm of NETMAKE not paying attention to bug fixes. For that reason if somebody on this forum again say that NetMake is fixing bugs you call him … (fille the blanks).

as of today I can clearly say:

[SIZE=12px]Net Make DOES NOT FIX BUGS

here is an example of several threads about this same issue and NetMake still did not do anything (even a single small improvement).[/SIZE]

http://www.scriptcase.net/forum/foru…with-sec_users

http://www.scriptcase.net/forum/foru…oblem-with-md5

http://www.scriptcase.net/forum/foru…ty-module-mess

http://www.scriptcase.net/forum/foru…shing-insecure