LM-Commons / LmcUser

A generic user registration and authentication module for Laminas. Supports Laminas\Db and Doctrine2. (Formerly ZfcUser)
BSD 3-Clause "New" or "Revised" License
14 stars 16 forks source link

Add the capability to reset the password #63

Open visto9259 opened 2 months ago

visto9259 commented 2 months ago

Add the capability to reset the password

Data flow:

User clicks on "forget password" User enter its email If the email exists, then user gets an email, with a unique link to page where the password can be updated

lon9man commented 2 months ago

remember-me functionality also will be helpful.

since ZF2 used:

but both also outdated

visto9259 commented 1 week ago

Also covered by #37