Click to See Complete Forum and Search --> : Saving passwords


XxAoDxX
August 20th, 2001, 10:07 AM
Is there a way I can code passwords to stay the same between program runs?

I want to create a change password dialog and have the user able to change the password and VB remember it. Any help would be wonderful. Thanks.

michi
August 20th, 2001, 10:12 AM
Save password to Registry

Regards,

Michi

urs
August 20th, 2001, 10:14 AM
when he clicks the option od change password
take his user name
and then find it in ur database with the "Find"
method and take an input from the user that is new password
and make then change in the password field with the new password