Enlighten
Feature
Authentication Email Verification Password Confirmation Password Reset Registration
master * 4597613
  • Feature

Password Reset

Reset password link screen can be rendered
GET: forgot-password 200 HTML
Reset password link can be requested
POST: forgot-password 302 HTML
5
Reset password screen can be rendered
POST: forgot-password 302 HTML
GET: reset-password/{token} 200 HTML
5
Password can be reset with valid token
POST: forgot-password 302 HTML
POST: reset-password 302 HTML
9