|
-
December 15th, 2007, 03:21 AM
#1
how to implement the "remember password" feature
hey,
i have a questions concerning C#.
i have a program that requires logging in.
people have to enter their username and password and then login.
the problem is that i want to add a "remember password" feature where if checked, the password entered will be saved along with the username.
if it is not checked then the username will only be saved but not the password.
when the user opens the program again, all the usernames will be fetched and loaded and he can choose the one he wants and the password will be automatically added (that's if he previously checked the "remember password").
it's just like the msn, aim and all programs that require logging in.
But the question is: where do i save the password? and how do i do it?
what is the best way to do this?
Thank You.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|