Author |
Topic  |
jowns
Starting Member
2 Posts |
Posted - 19 September 2002 : 05:06:49
|
COOOOL advice - worked nicely for me too!!! THX :-D |
 |
|
ajhvdb
Junior Member
 
Netherlands
392 Posts |
Posted - 19 September 2002 : 05:50:34
|
quote: Originally posted by Nikkol
WONDERFUL!! I was worried that it wasn't gonna work.
Nikkol,
Great you could help them. I'm a little bit puzzled why this problem only happens if your using the "nt" option. |
 |
|
Nikkol
Forum Moderator
    
USA
6907 Posts |
|
ajhvdb
Junior Member
 
Netherlands
392 Posts |
Posted - 19 September 2002 : 09:03:31
|
quote: Originally posted by Nikkol
me too ajhvdb
 |
 |
|
Eladon
Starting Member
Canada
27 Posts |
Posted - 19 September 2002 : 10:44:25
|
Works great for me too Nikkol! You're a living example of brilliance.
The only thing left I have to overcome is a self-inflicted, but related problem. Naturally the autologon won't be able to determine the user's e-mail address. But I know their addresses (it's their NT ID's followed by a standard domain trailer). What I'd like to do is actually set the e-mail value myself with code.
I thought this was actually going to be simple (just over-ride the value of some variable), but when I looked at the register.asp, I realized that every time it looks at the e-mail address it's pulling it from form data (not a variable). So if I can't just assign a value to a variable somewhere, I guess I have to trace the form data back. I had a look at the code, but got lost pretty quick trying to find where the data originates from during the autologon process.
Any recommendations or ideas where it would be appropriate to use code to assign an e-mail address for the automatic registration?
|
Edited by - Eladon on 19 September 2002 10:45:11 |
 |
|
Eladon
Starting Member
Canada
27 Posts |
Posted - 19 September 2002 : 13:01:38
|
Never mind, I just followed the example of what was done in the code to handle over-riding the user name for auto-logon.
|
 |
|
Nikkol
Forum Moderator
    
USA
6907 Posts |
|
mrmmm
Starting Member
1 Posts |
Posted - 25 September 2002 : 14:40:04
|
HELP! I changed the NT Autologon feature to ON, and whenever I try to access the site I get the following error:
error '800401e4' Invalid syntax
/forum/inc_func_common.asp, line 822
Is there a way to manually turn off the NT Auto logon (through changing an ASP file)??? I have made the changes you discussed above, but obviously that had no effect.
Any help will be appreciated. Thank you, Makc |
 |
|
pxb
Starting Member
2 Posts |
Posted - 26 September 2002 : 04:50:36
|
You're running on NT4? Have you installed the DSClient (ADSI Services)?
|
 |
|
thomasonk
Starting Member
2 Posts |
Posted - 16 October 2002 : 17:10:50
|
quote: Originally posted by Eladon
Never mind, I just followed the example of what was done in the code to handle over-riding the user name for auto-logon.
Where is the magical spot to be able to populate the email address? I am a relative ASP newbie and I haven't been able to find it.
I am trying to have my users auto-register. They get added to the Members table with the NT login but I need to populate their email address which I can do if I just find out where.
Thanks in advance for your help. |
 |
|
Topic  |
|