Jump to content

Help a novice with passwords.


This topic is 8228 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I need to do a simple login page before doing a search. I would like to use the login name as part of the search after verifying it with a password.

My question is, can someone point me to some code snippets for some help in gathering the name and password and then keeping the name constant for the remainder of the session.

Thanks!

Link to comment
Share on other sites

You state you intend to keep the name constant throughout. If that is all you will be using, and you use that alone to perform a find, you will have a problem when there is more than one person with the same name. You may find it more advisable to create a unique identifier which can be carried along instead.

Link to comment
Share on other sites

This topic is 8228 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.