If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > user update their own password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-28-03, 03:39
budakcomel budakcomel is offline
Registered User
 
Join Date: Jul 2003
Location: -
Posts: 3
Question user update their own password

hi...im the beginner...

can i have one example how to allows user to reset their own password?

please help me. i dont know how to do that
Reply With Quote
  #2 (permalink)  
Old 07-28-03, 18:57
unatratnag unatratnag is offline
Registered User
 
Join Date: Jul 2003
Location: Ohio/Chicago
Posts: 75
Hi budakcomel,

Depending on which database you're using, it will be different. However what's nice is the SQL statement will always be the same. Are you having problems connecting to the Database and then running queries? If not just enter a query such as


querystring = "UPDATE tblUsers SET PASSWORD = 'bettersecret' WHERE USERNAME = 'JRGrant';"

then connect and run querystring. The database you select, and column name will be vender specific. You can easily look up how to update that specific DB at the venders website. But the query is roughly the same idea.

Let me know if that's what you're looking for.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On