Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1099981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T00:48:51+00:00 2026-05-17T00:48:51+00:00

The flow is: user enters email address after submit, an email is sent to

  • 0

The flow is:

  1. user enters email address
  2. after submit, an email is sent to the user
  3. The email will include a link that will take the user to a reset password page.

Now, how do I fetch user’s ID based on the email address and encrypt it? Then what should link be? Like, what I want is fetch the User ID then encrypt it somehow so that the link doesn’t contain the actual ID and that link will take the user to a page that will have textboxes to reset the password. I am just confused how to go about it.

Also is this the secure way? To reset a password like this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T00:48:51+00:00Added an answer on May 17, 2026 at 12:48 am

    I usually create a new table in the database:

    PasswordresetRequest with the following fields:

    • Id: Guid – Id of password reset request.
    • Accountid: string – username of user
    • Created: DataTime – timestamp of when password reset were created

    Flow is as follows:

    1. User request password reset at web site.
    2. A new record is created in the PasswordresetRequest table.
    3. An email with a link to the password reset page with the password request id as request parameter is sent to the user.
    4. User click on link in email which send him to password reset page.
    5. Password request if fetched from database from request parameter. If request could be found or and request is not older than e.g. 12 hours a form is presented to user where he can enter a new password.

    This is pretty simple to implement and is secure enough for most sites.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's the flow I'm looking for for authentication: Attempt to pull in the user's
Flow player claims that it supports all file formats. Do the video files need
i have a flow panel that i'm adding extra items to it at runtime
I made work flow in sugar Pro. When a task is done notification email
I want to download a file in flex. Here is my desired flow User
For example, function user(){ flow.exec( function(){ call a; }, function(){ call b; } );
Greetings, everyone: Firstly, sorry that my Flow description is long winded, but I think
I'm trying to display text that is input by the user if it is
Below is the code so far that I am working on, It will be
The work flow: user click the button, a dialog box opens with a search

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.