Thanks for your assistance...
Unfortunatly I'm looking for something a bit more robust/functional...
Mainly this:
- Stand-alone login page
- Error Prompt for bad logins
- ability to remember logon at next visit
- Link for password retreival
- Link for request for new account
- Redirect to the main site page after successful attempt
Now...I have played with your page (which is just a minor revision of the "login_user.asp" page) and my own modifications of the same login_user.asp page with little success...mainly because I don't know all the ins and outs and flow of the code...
I've modified the page so:
- the "your login is bad..try again" message apears above the login box (which is there in your code but not set to display)
- The Email retreival and Register options apear (just modified the login_user.asp page)
What I'm having a problem with is how the page handles the authentication and redirection.
I'm using a page external to the forum folder, so I'm using the <% server.execute "forum/login_xxx.asp" %> convention on a blank asp page.
I guess the main problem is the Form "action="xxxx.asp?id=xxxxx" info...I personally don't think it's nessasary to pass a value since I'm not going to initially be dropped into a forum area...but I do need the user to be logged into the forum.
I'm also guessing the main redirection is happening in the EMAIL UNSUBSCRIBE If/Then area (around line 144)...Not sure if this is set the way I need to use the page.
I've also tried using the "check_permissions.asp" mod and it doesn't seem to notice if I've been logged in or not...not reading the cookie placed or something?
I'm going to post this in the support or mod forums and see if I can get any more bites...
Thanks again!
McWilliams132