The username would be both a security risk and too damn long.
On Sun, Feb 26, 2023 at 9:20 AM Adeyemi Deji wrote:
> Y do u need both?
>
> On Sun, 26 Feb 2023, 15:13 Manobhav Joshi, wrote:
>
>> is there any way to use both email and phone number as username to login
>> safely which we can use au
I use a plugin / python program
AUTHENTICATION_BACKENDS = (
# AxesStandaloneBackend should be the first backend in the
AUTHENTICATION_BACKENDS list.
'axes.backends.AxesModelBackend',
'django.contrib.auth.email-auth.EmailBackend',
'django.contrib.auth.backends.ModelBackend',
Y do u need both?
On Sun, 26 Feb 2023, 15:13 Manobhav Joshi, wrote:
> is there any way to use both email and phone number as username to login
> safely which we can use authenticate() function.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" gr
is there any way to use both email and phone number as username to login
safely which we can use authenticate() function.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an
4 matches
Mail list logo