Re: it is very hard to find both email and phone number as username to login

2023-02-26 Thread Raphael Polanco
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

Re: it is very hard to find both email and phone number as username to login

2023-02-26 Thread Paul Kudla (SCOM.CA Internet Services Inc.)
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',

Re: it is very hard to find both email and phone number as username to login

2023-02-26 Thread Adeyemi Deji
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"

it is very hard to find both email and phone number as username to login

2023-02-26 Thread Manobhav Joshi
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