When a user registers, is it possible ot save the registration link in a table (I guess I mean from which page).
Two little issue found with loggin in:
- When a user registers and receives a link the acct activated filed is updated (bit field) all is well. Now when the user tries to login without clicking on the reg link, they just get a message saying "Invalid ...". This is because the user id, password and validation link are all in the query. Again, this is good. What I've been trying to do is to trap this en the "After UNSECCESSFULLOGIN.." login event to no evail. The purpose of which is to display a message reminding them to cick on the link. How/where can I do this?
- This is quite "User Dumb" I guess. In many instances, when people visit our site and click on the Submit button without filling in the credentials (mostly because they had the browser remember the login, then cleaned up cookies). Anway, if they do so (blank credentials), they get an eror form displayed. This is great for debugging and the like, however it displays the "Table Name and the fields being queried". Me thinks this could be a possible security (attack) issue. Short of changning the error page, is there a way one can check for blank credentials at login?
I appologize for the lenghty post, but I wanted to provide as much intel as possible.
Thanks.