ZanM
Nov 10th, 1999, 10:47 PM
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.......
jritchie
Nov 11th, 1999, 09:49 AM
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), (http://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 jritchie@genauto.com.