This topic is locked

Login for Individual Users

4/28/2004 07:47:27
ASPRunnerPro General questions
M
magikroom author

I have created a simple Contacts Database and used ASP Runner to create the necessary ASP files. The table has name, Contact details etc and the role that they do (look up). The thing is, I want to put the Database on with no records and e-mail the link to all my staff, who then create their own record...
Is is possible to allow users to first go to the "Login" page and create an Individual Username and Password (based on their first and last name) and then "Login" again using their own name to then add their contact details (just their own)
I know it can be done if their record is already in the database, but I want to put on an Empty Database.
Awesome Tool by the way

Sergey Kornilov admin 4/28/2004

I guess you can build ASP code for the table where usernames and passwords stored and put a link to the ADD page ( "New user? Click here" ) on the LOGIN page. After new user info is created you can redirect them back to the login page.
I'm going to implement something like this in the next version of ASPRunnerPro.

M
magikroom author 4/29/2004

Thanks for the reply...That is exactly what I want to do...a kind of sign up...trouble is...I'm naff at ASP, which is why I use ASP runner. How about having an intermediate version of ASP Runner that has similar functionality of the Pro version, but without the template designer etc...