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 > reset password help......

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-25-03, 22:16
budakcomel budakcomel is offline
Registered User
 
Join Date: Jul 2003
Location: -
Posts: 3
Question reset password help......

hi there,....

i want to build an asp code for reset password in database.
this page is for user to reset thier password...

but i dont know how to do that....did anyone has an idea?

i'm a beginner...please help me...
Reply With Quote
  #2 (permalink)  
Old 07-28-03, 22:39
Ray at Place Ray at Place is offline
Registered User
 
Join Date: Jul 2003
Location: PA
Posts: 7
What are you looking to do?

1. Send user his password to his registered e-mail address?
2. Allow the user to change his password after entering his current one?
3. Generate a random password for the user?

Ray at home
Reply With Quote
  #3 (permalink)  
Old 07-28-03, 23:52
budakcomel budakcomel is offline
Registered User
 
Join Date: Jul 2003
Location: -
Posts: 3
reset password

hi....

im looking for asp coding to Allow the user to change his password after entering his current one

please help me
Reply With Quote
  #4 (permalink)  
Old 07-29-03, 00:28
Ray at Place Ray at Place is offline
Registered User
 
Join Date: Jul 2003
Location: PA
Posts: 7
Okay, what have you got so far? Do you have your connection to your database setup? Are you able to validate the current password? You have the code for that? What kind of database?
Reply With Quote
  #5 (permalink)  
Old 07-29-03, 14:29
unatratnag unatratnag is offline
Registered User
 
Join Date: Jul 2003
Location: Ohio/Chicago
Posts: 75
Budakcomel

Please try and not post the same question on the forum twice.

Are you needing sql logic or the logic in assembling the asp line? Since The sql logic was given to you in your previous post, here's the asp logic.

querystring = "UPDATE tblUsers SET PASSWORD = '" & newpass & "' WHERE USERNAME = '" & username & "' AND PASSWORD = '" & oldpass & "';"


Please respond to this posting only for questions, let me know if you need anymore help.
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