PeerTube/packages/server-commands
kontrollanten a51fb3f35e
feat(API): permissive email check in login, reset & verification (#6648)
* feat(API): permissive email check in reset & verification

In order to not force users to be case sensitive when asking for
password reset or resend email verification. When there's multiple
emails where the only difference in the local is the capitalized
letters, in those cases the users has to be case sensitive.

closes #6570

* feat(API/login): permissive email handling

Allow case insensitive email when there's no other candidate.

closes #6570

* code review changes

* Fix tests

* Add more duplicate email checks

---------

Co-authored-by: Chocobozzz <me@florianbigard.com>
2025-01-28 14:16:43 +01:00
..
src feat(API): permissive email check in login, reset & verification (#6648) 2025-01-28 14:16:43 +01:00
package.json Migrate server to ESM 2023-08-11 15:02:33 +02:00
tsconfig.json Add user import/export tests 2024-02-21 13:49:08 +01:00