79650587

Date: 2025-06-03 03:36:10
Score: 1
Natty:
Report link

I have an idea, if the phone number is optional, you can do the following set up. I tells allauth than the phone number is optional.

ACCOUNT_SIGNUP_FIELDS = [
    "phone",  # <-- remove the asterisk (*)
    "email*",
    "username*",
    "password1",
    "password2"
]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Farrah Ahmed