Reset Password
This function helps developers reset password with a single line of code.
Parameters
Usage
use Simcify\Auth;
Auth::reset("JLHB9JLHB95UC8U5UC8U", "NewPass@123")Response
array(
"status" => "success",
"title" => "Password reset!",
"message" => "Password successfully reset!"
)Last updated