east-and-west-magic / django-pgsns

our social networks website
MIT License
0 stars 1 forks source link

feat:all_auth的定制化配置添加; #32

Closed lyl2021 closed 5 months ago

lyl2021 commented 5 months ago

ACCOUNT_AUTHENTICATION_METHOD = 'email' # 使用email作为认证标识符; ACCOUNT_ALLOW_EMAIL_LOGIN = True # 允许使用email进行登录 ACCOUNT_EMAIL_REQUIRED = True # 添加email必选项 ACCOUNT_USERNAME_REQUIRED = False # 指定用户名为非必选项