RE: Login by phone number best practice

2019-04-03 Thread Mohammad Etemaddar
Thank you. But django-phone-login seems a bit complex. It uses rest framework. I don't know why. -- 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 email to django-users+un

RE: Login by phone number best practice

2019-04-03 Thread Matthew Pava
Sent: Wednesday, April 3, 2019 1:59 PM To: Django users Subject: Login by phone number best practice I want users to login by phone number (without registration). But we need username field for authentication. This is just for make easy for users that don't know about using email. And also ma

Login by phone number best practice

2019-04-03 Thread Mohammad Etemaddar
I want users to login by phone number (without registration). But we need username field for authentication. This is just for make easy for users that don't know about using email. And also make it easier to login for them. But I need also username and email for other users for future. I need you