James Oluwatomisin Omotosho

Results 16 comments of James Oluwatomisin Omotosho

This what I did and it worked in your settings.py `'PASSWORDLESS_USER_MOBILE_FIELD_NAME': 'mobile'` In your models.py

you would need to use a custom email template.This has been explained in the readme or you can check #71 .

@aaronn yes. Native messenger on Playstore. ![Screenshot_2022-02-28-13-51-05-286_com android vending](https://user-images.githubusercontent.com/46538679/155986539-c7b6675c-67b5-4725-8a41-ba724abc42f0.jpg)

@bigfat130397 answer is correct. I tried it and it worked

@raghvpip3 were you able to get it working with Twilio?

I was only able to get it to work with email

This the config I used `PASSWORDLESS_AUTH = { 'PASSWORDLESS_AUTH_TYPES': ['EMAIL', 'MOBILE'], 'PASSWORDLESS_EMAIL_NOREPLY_ADDRESS': DEFAULT_FROM_EMAIL, 'PASSWORDLESS_USER_MOBILE_FIELD_NAME': 'mobile', 'PASSWORDLESS_MOBILE_NOREPLY_NUMBER': \ os.environ.get('TWILIO_PHONE_NUMBER'), 'PASSWORDLESS_EMAIL_TOKEN_HTML_TEMPLATE_NAME': "core/auth.html" }`

any help would be appreciated