This will check pending and actual members' names against the login attempt. If the name does not exist, the error will reflect that.
Otherwise:
- Name exists in active records:
- If account is active (not locked), error will show password is incorrect.
- If account is locked, error will show account has been locked by administrator.
- Name does not exist in active records, but is in pending table. Error will advise member to check Email account provided during registration.
"login.asp"
"inc_header.asp"