Files
santeh-ray/users/auth_backends.py
Azimkin d0651274d6
All checks were successful
Build and Push Docker Image / build (push) Successful in 28s
feat: add custom authentication backend to support login with email or username
- Implemented `EmailOrUsernameBackend` to allow authentication via email or username
- Updated settings to include the new authentication backend
- Modified tests to cover email-based login scenarios
- Fixed user lookup logic in forms to handle case-insensitive email matching
2026-04-21 18:09:52 +02:00

1.1 KiB