Commit 7fa8822 1 parent 6bd58e9 commit 7fa8822 Copy full SHA for 7fa8822
File tree 2 files changed +2
-4
lines changed
react-spa/backend/backend
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 129
129
130
130
ACCOUNT_EMAIL_VERIFICATION = "mandatory"
131
131
ACCOUNT_LOGIN_METHODS = {"email" }
132
- ACCOUNT_USERNAME_REQUIRED = False
133
- ACCOUNT_EMAIL_REQUIRED = True
134
132
ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = False
135
133
ACCOUNT_LOGIN_BY_CODE_ENABLED = True
136
134
ACCOUNT_EMAIL_VERIFICATION_BY_CODE_ENABLED = True
135
+ ACCOUNT_SIGNUP_FIELDS = ["email*" , "password1*" , "password2*" ]
137
136
138
137
HEADLESS_ONLY = True
139
138
HEADLESS_FRONTEND_URLS = {
Original file line number Diff line number Diff line change 227
227
ALLOWED_HOSTS = ["127.0.0.1" , "localhost" ]
228
228
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO" , "https" )
229
229
ACCOUNT_LOGIN_BY_CODE_ENABLED = True
230
- ACCOUNT_EMAIL_REQUIRED = True
231
230
ACCOUNT_EMAIL_VERIFICATION = "mandatory"
232
231
ACCOUNT_EMAIL_VERIFICATION_BY_CODE_ENABLED = True
233
- ACCOUNT_USERNAME_REQUIRED = False
234
232
ACCOUNT_LOGIN_METHODS = {
235
233
"email" ,
236
234
}
237
235
ACCOUNT_PASSWORD_RESET_BY_CODE_ENABLED = True
236
+ ACCOUNT_SIGNUP_FIELDS = ["email*" , "password1*" , "password2*" ]
238
237
239
238
MFA_SUPPORTED_TYPES = [
240
239
"webauthn" ,
You can’t perform that action at this time.
0 commit comments