Forgot Password
Check our Reference Materials for more details about MediaStore SDK.
If the viewer doesnโt remember the password, he/she can reset it.
Data required for password reset:
- customer email and
offerId
orpublisherId
(to identify the customer with the publisher).
This feature can also be used to reset the password in My Account -> User Profile Management .
Default Reset Password Page
If you use a default reset password page, the password reset process is as follows:
- Make a request to
/customers/passwords
. - An email with a reset password link will be sent to the given email.
- By following the link, the viewer will be able to reset to a new password.
Please note that by default, the link will redirect the customer to the default reset password page.
Custom Reset Password Page
If you use a custom password page, the password reset process is as follows:
- Make a request to
/customers/passwords
withresetUrl
param. - An email with a reset password link will be sent to the given email.
- By following the link, the viewer will be redirected to a given
resetUrl
where he/she should be able to provide a new password (resetPasswordToken
will be added toresetUrl
as a query param). - Update customer password by using
/customers/passwords
endpoint.
Up Next
Great, you now have the basic features ready: your customers will be able to register to your service, log in and reset their password if they forget it.
Now you can go on and explore an extremely useful feature of Cleeng Capture that will help you understand your customers better by building their profiles.
Updated about 3 years ago