Reset Password
This function helps developers reset password with a single line of code.
Parameters
All parameters are required.
Parameter
Type
Description
$token
string
Token sent to user on forgot password stage
$password
string
The new password without encryption.
Usage
Response
Response could be error or success.
Last updated