vincent-peugnet / antilope

Antilope private tracker for IRL sharing, allowing members to share anything inside communities.

Home Page:https://antilope-alpha.club1.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't log in with email

etienne-lelouet opened this issue · comments

It would be great if it was possible to log in using your email or your username, in case one forgets his username (which totally did not happen to me).

Mmh, that's a good idea, but it would take a bit of time as I actually did'nt code the login system (symfony5 maker bundle did this for me) and I would have to dive in this security system.
But,
Maybe what I can do quickly is to add a reset password function using another maker bundle tricks:
https://symfony.com/doc/current/security/reset_password.html

That way it will be a solution for both problems at the same time: password and username forgeting.

Not closed yet, but at least, now user can get their username back by resetting their passwords

380d951

Wonderful ! I can try and look into email-login, but I don't know much about symfony, so I don't know how long it will take.