Hi,
login_user.asp, line 167-172:
'For extra security create a new user code for the user
strUserCode = userCode(strUsername)
'Save the new usercode back to the database
rsCommon.Fields("User_code") = strUserCode
rsCommon.Update
Resetting the User_code causes the "N0act" to be removed (if it was there), and suspended members become able to reactivate their account through Resend Activation Email. I temporarily managed to workaround it by replacing it with:
strUserCode = rsCommon("User_code")
Please fix it.
Regards,
Zeeshan Ahmed.