|
-
Nov 10th, 1999, 11:47 PM
#1
Thread Starter
Addicted Member
My program requires that there be multi user password protection. Shouldn't be a problam, but I need to be able to add all the user names to a combo box. any body have a way i can safely store the user names and passwords where the can be edited by a add/remove user.......
-
Nov 11th, 1999, 10:49 AM
#2
Addicted Member
Gudday Zanm
This is a pretty standard type of thing to do.
Ok get the users to enter their username and password to textboxes (vb comes with a standard example of a login screen), use which ever encryption method you think is the best, (for encryption code do a search on www.plant-source.com), and save to an mdb or whatever.
Then create a screen with whatever editing facilities you require and de-encrypt the data to it.
If you have any questions please feel free to email me at [email protected].
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
|