Information On User Login Programming

if anyone knew of a good book or website that explained in detail how to program a good username and password protection script for a website. It doesn't have to be anything great, just something that is a little secure and works.

View Replies


ADVERTISEMENT

Login Information?!

Earlier this week i asked a question about using SQL to select information from a database as part of a sign up script that checks to see if a clients chosen login name has already been taken.

now Im attempting to do the login page for the site. The login scripts are made of two pages - the actual login.asp page, which contains a very simple form, and the dologin.asp page, which checks the information they enter with the information in the database.

This section of code is designed to check whether or not the login name they have entered is even in the database at the moment, and will later check things like passwords.... The script on the dologin.asp page is as follows: Code:

View Replies View Related

Asp....login...store And Retain Information

I have an asp driven website using an Access database.

Basically the user arrives to the site selects the product from a list. From their they are directed to another page where they see the starting price and then they can customize the product from a list of options that is also database derived. The result is a final price.

What I would like to do is have the ability for the user to save that product and on their next visit bring it back up along with any other products they saved.

(note...all I have is done using asp classic, access database, and some javascript)

Could someone direct me to a good or source or help me get started on how to create a user logon and retain their user info and how to do the above?

View Replies View Related

Gathering User Information

I have a web page in which people can register with a
user id and password of their choice. I use two text boxes
to collect the information. Now, I want to save this information
to a database. How do I do that?

View Replies View Related

To Get Some Information About The Web Site User

i building a website in a LAN which will not be published on the
internet. but the users in the LAN are accessing the web site through
an ISA firewall server. i would like to ask if there is a way to get
the ip address of the users to monitor their access to the web site. i
tried to use the servervariable REMOTE_ADDR but of course it returns
the firewall's ip address.

can any one tell how can i do get the ip address of the users to save
it in a database.

View Replies View Related

Adding IM Link To An ASP Page From User Information

I have a user based service where each user has their own information, user settings, etc. I want to be able to add tables in my user settings and allow the users to enter in their IM Service (AIM, Yahoo, MSN, etc) and their screen name/user name.

That is the easy part.

What I do not understand or cannot figure out is how to link this information to the icons for each service they enter that will open up the appropriate service with their correct IM name, etc.

Basically I want to provide a way for my members to IM another member when they pull up that users information, or associated information, etc. Basically I need the script to make the Icon execute the correct IM service if the user clicking on it has the service installed as well. The majority of my members use AIM.

Where can I find information on how to install this kind of script and associate it with the users information and an icon?

View Replies View Related

Send Information On The User Account Error

I have created a New Users registration form for my database. The User enters there details such as email, account, name etc, and then clicks a Register button. This should send an e-mail to the User with a link for them to click to activate there account.

When i click on register however, i get a page not found message. When i try to diplay my Confirmation page, i get the error mention ed above.

View Replies View Related

Form Submission And Thankyou With User Information

I have a query form on my website. Once the user enters data and submits it, it should be e-mailed to a specific e-mail address and then should generate a page that shows to the user that has been entered by them. For this I am using three pages:

1. enquiry.asp <!-- enquiry form -->

2. email.asp <!--gets the user data and e-mails using CDonts. I use a redirect to thankyou.asp-->

3. thankyou.asp <!-- shows the user what they have entered -->

Now the problem is, when i use the redirect, the mail doesn't go any where and lands in the thankyou page without any user data. Whereas, when i take off the redirect, the data gets mailed.

So alternately, I used the hidden field method in email.asp page to pass the data to thankyou.asp. This again doesnt work when redirect is given. When i take off the redirect and give a submit button instead in the email page, it works fine.

How do I send the user to the thankyou page without using the submit button again on the email page and still show him all the data that they have entered. And at the same time have the data e-mailed to my mail id. Code:

View Replies View Related

Output Dynamic User Information Into Word Document

I need to output dynamic user information into Word document
from Access database. Can I automatically output information of 100 users in the table into different word documents for each user and then print all of them just by pressing a button in ASP?

View Replies View Related

User Login

I have fields on a datebase called user_info with fields name, acctid, pw and blah blah blah. On the website I asked the visitors to input 0000 if they were not a client. I don't
really understand how if...then, if...else works. How can I get it to validate the name, pw, acctid

and if it equals 0000 to i guess (request.redirect "/client.bronzefactory/")?

The next thing is... the client page, for them to sign up if they haven't yet. On the database their acctid is going to be listed but nothing else. I'm guessing I have to use the update syntax right?

How would that work? I enter aa123456 and it does a = seach and redirect to a page where they fill it out and sumbits a update right? Is the statement something like this "UPDATE user_info SET name, pw= '" & name &'", '" & pw &'" where acctid= '?' <---how do i get the acctid there?

View Replies View Related

Login User

It's been a long time since I tried to solve this problem.I'm working for the INTRANET of my company, and I need to get the user login.I tried with Request.ServerVariables("LOGON_USER") or ("AUTH_USER"), but they don't work.The strange thing is that they work with Windows NT, but not with Windows 2000 Professional.

View Replies View Related

User Login

How can i tell which link has been clicked on a previous page, I have tried request.querystring, the thing is I have two different links posting to the same script ie

test.asp?site=main
test.asp?subsite=subsite

Or is there a away I can use the same query string and on the next page execute different sql querys. I hope This makes sense, if any more information is needed, feel free to ask.

View Replies View Related

User Login With A Session

I am trying to create a user login page that once a user has been logged in there name will appear on all pages in the top right hand corner. This is what i have so far the user logins in through my user page and then this page loads up Code:

View Replies View Related

Direct User After LOGIN

I have a page that logs the user in (the code will be below). When they log in correctly, or even incorrectly, they get directed to default.asp. The login is working correctly however because when I log in with a false name and password I cannot proceed to checkout. How can i direct the user (ONCE they are signed in correctly) to a customer page(custpage.asp) instead of my homepage(default.asp)? Code:

View Replies View Related

User LogIn And Authentication

I know how to grab the users windows login. I would like to use this to establish permissions for a user on my site. In order for this to be valid, I need for the user to have to verify their network password.

Is there any way to compare the password entered against the windows authentication? I would also like to be able to call the user by name instead of a login. Is there a way to get this from an Outlook address book or something?

View Replies View Related

Redirecting User After Login

i there i would like to ask how do i redirect the user to a page. Let's say i have an email sent to the user with a link and when the user clicks on it, the user will be brought to the loggin page and be directed viewAll.asp page. However, normaly hwne the user longs in the user will be brought to the view.asp page.

Cos currently when the user logs in the user is brought to the view.asp page regardless of the link

View Replies View Related

User Login Feature

the database works is it checks over a database and verifies the username & pass with code. Then the user enters the site and there's a seperate table to keep a record of when users log in and log out.

Well basically I'd like to know if and how I could apply a filter using asp code? I'd like to filter out everything but <%Session("name")%> (which displays their username) so that user logged in can view their own records.

View Replies View Related

Redirecting The User After Login

i have a log in page where the user has to log in to view any other files. when the user logs in i've set the default to view the view.asp page.however i realized that if the user was on the add.asp page and the seesion times out.. when the user relogs in again.. he would be brought to the view.asp page.

View Replies View Related

Block User From Login

i've developed a application in asp i want to restrict the user to login more than one at the same time i mean if user is already login then if he try to login on another window at the same time the message should b displayed u r already login.

View Replies View Related

Login Failed For User

The error i get is as follows:

Microsoft OLE DB Provider for ODBC Drivers
error '80040e4d'

[Microsoft][ODBC SQL Server Driver][SQL Server]Login
failed for user 'webuser'.

/dsn_inc1.asp, line 25

View Replies View Related

User Registration And Login

how can create user registration page and log in page. does anyone have any tutorials on this, links?

View Replies View Related

Sitewide User Login

I have been browsing the forums here and also on hotscripts.com and cant seem to find what I am looking for. I am trying to create a login form that will keep the user on the same page, give and error message on a bad attempt(got that part), and give a welcome message to the logged in user, and alow them to stay logged in based on their group access.

My site is .asp and my DB is Access. The registration form is already done. Cant figure it out from 3web either. Thanks for reading.

View Replies View Related

NT Login User Name Display

Is there a way to display NT login user name in a asp page?

View Replies View Related

User Login Management

i've previously asked for a toturail or refrence to help me build up a user management :

login/register/remember passwoed / logout.

View Replies View Related

Login User With Cookie From Another Server

We have an intranet which is personalized using a cookie which we set. I have an outside vendor who is developing an application which will live on a seperate server. Is there a way they can read the cookie which we set to log user into their application so that we can make it a seamless transition?

View Replies View Related

User Login And Session Variable

i have created a script that queries a database for a username and password, and if they are valid sets a session variable to TRUE and redirects to another page. the table which contains the user information is called "Users" with the fields "UID", "PWD", "FIRSTNAME", "LASTNAME", and "EMAIL". my question is, how can i set a session variable to use the FIRSTNAME record for the particular user that logs on? my code is below. I've already got a session variable to display the UID record in the BookingSysV1UserName session variable.

View Replies View Related

Direct User To The URL They Requested After Login

I have an email containing link say (somelink.asp) A user clicks on this link (say from outlook). because this user is not logged into the site, the request goes to somelink/login.asp.

The user then logs in. After successful login I would like to take this user to the link he clicked on originally. Is this possible without having to pass the lionk url as part of the query string?

View Replies View Related

Login Failed For User 'test'

I have a simple ASP code that i am trying to use in order to get records from a database in SQLserver 2000 and display it in html format.

I named the file index.asp and placed it in the home directrory for IIS. When i type in http://localhost/index.asp, i get 500 errors. On viewing the IIS logs, i am noticing the following errors:

2005-10-31 20:05:16 W3SVC1 127.0.0.1 GET /index.asp |47|80040e4d|Login_failed_for_user_'test'

After searching on the internet, I have already checked "SQL Server and Windows" authentication in SQL Server security.

here is the code that i am using to connect to the database: Code:

View Replies View Related

Login Page & User Details

I am creating my student website. I have completed with student registration parts (student enrolment form, personal details) but now my client requirement is that if any student come to my website , he/she needs to register first so if they log on next time , screen will comes up with their all details.
I tried to create login page and if they are not in database , they can register on my website. But I could not able to create in my website. There might be more users so need to have loop in my code.
Once user log in their name and password , it will search in database and if database found that record in it , that page will redirect to my website page which will comes up with perticular student information.
project details : XHTML (Front End), Java Script (Validation), ASP (Connectivity), MS ACCESS (DATABASE).

View Replies View Related

Identify Login User Identity

I am doing a webpage which allows different users from various departments to do a search/print information of people within their own department. I have a login page for user to key in the correct password and id before they enter the system. However, in order for the restriction to take place, I will have to ensure that the system recognises the person that is logged into the system.

View Replies View Related

User Login Logout Tracking

I am a system administrator whom has been charged with the logging of user activities on my network. I want to track when a user logs into a machine, logs out of a machine or locks a system.

Is there an application out there that I can run on my server or a client based app that anyone knows of? Or do I have to make this from scratch?

View Replies View Related

Pass User Login For UNC Path

I am trying to write a script that will access files on another computer on the network but in a seperate domain. In order to access the files, I need to first authenticate to the other domain as a different user.

When I access files on another domain via explorer, it prompts for a username/password. Is there some way I can pass this same information through scripting to access a computer in the other domain?

I attempted to do this with impersonation, but if I understand correctly, in order to impersonate a user, the user must exist on the local computer running the script. The user that I would like to use exists only on the other domain. how this can be done?

View Replies View Related

Track Down User Login Time

i developing a web site and having a login function. i want my web site to track down the time between a user logged in and log out the website and stored it into database. when next time the user come in again, the time he spent in the web site will add on to the record in the database. may know where i can look for the information about this function or coding to refer?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved