You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a page for new password creation. It will decrypt the param and with the UserID, we will update the Password field in the db.
Created a page that will:
a. Check if an account exists with the field email.
b. if we found an account, we will create a link
The Forget my password form will send an email to the filled-email having in the URL the encoded UserID.
The text was updated successfully, but these errors were encountered:
Create a page for new password creation. It will decrypt the param and with the UserID, we will update the Password field in the db.
Created a page that will:
a. Check if an account exists with the field email.
b. if we found an account, we will create a link
The Forget my password form will send an email to the filled-email having in the URL the encoded UserID.
The text was updated successfully, but these errors were encountered: