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