montessori-ressources / web

Montessori Ressources full stack webapp based on PHP Symfony
MIT License
2 stars 0 forks source link

Add reset password #81

Open StaudenmannM opened 4 years ago

StaudenmannM commented 4 years ago

When user don't remember their password, they should be able to reset it (send reset email to user email address)

julbrs commented 4 years ago

Hello

The bundle used in the app is including this feature, but it no link is exposed yet.

Check the url : https://alpha.montessori-ressources.net/resetting/request

To show the link:

<a href="{{ path('fos_user_resetting_request') }}">Login/Password forgotten</a>

Will do the trick ;)

StaudenmannM commented 4 years ago

I tried the link but didn't receive the email... I assume SMTP email settings are missing somewhere ? otherwise, the link should be added to the login page.