Skip to main content
Known Participant
June 19, 2006
Question

New User Notification

  • June 19, 2006
  • 3 replies
  • 366 views
I am creating a web site where the users have to be registere in order to access the site. To accomidate that i have created a registration page.

But registration alone will gurantee automatic access to the site, therefore the default access level is set at guest.

So far there is not problem.

Now the feature i am looking for is to get notified by the server whenever a new user has registered. That way i can review the infomration and then adjust the access level accordingly. Otherwise i have to check the database everyday to see if anyone has registered!

Anyone knows a good way to get this accomplished.
This topic has been closed for replies.

3 replies

Participating Frequently
June 20, 2006
At the same time, I would create a page that allows you to manipulate user permissions, that way you can make the changes on line, instead of directly interacting with the DB.
Participating Frequently
June 19, 2006
what scripting language do you have on the server?

esonlineAuthor
Known Participant
June 20, 2006
The server is Windows Server 2003, IIS v6.0. The site is based on ASP VBScript. The database server is SQL 2000. I hope i covered all the basis!!!

quote:

Originally posted by: jeremyluby
what scripting language do you have on the server?




Participating Frequently
June 19, 2006
have the server send you an email.
esonlineAuthor
Known Participant
June 19, 2006
I thought about that but not sure what script i would have to execute to tell the server to send me an email?

quote:

Originally posted by: jeremyluby
have the server send you an email.