Corrections
This commit is contained in:
parent
ccbf1b7d36
commit
31ec789300
2 changed files with 6 additions and 6 deletions
|
|
@ -205,12 +205,12 @@ MESSAGE_TAGS = {
|
||||||
messages.ERROR: "alert-danger",
|
messages.ERROR: "alert-danger",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Allauth configuration
|
# Allauth configuration ## For the django =< 5.0
|
||||||
# ACCOUNT_EMAIL_REQUIRED = True
|
ACCOUNT_EMAIL_REQUIRED = True
|
||||||
ACCOUNT_SIGNUP_FIELDS = ['email*', 'username*', 'password1*', 'password2*']
|
# ACCOUNT_SIGNUP_FIELDS = ['email*', 'username*', 'password1*', 'password2*'] ## For the django =< 5.0
|
||||||
ACCOUNT_EMAIL_VERIFICATION = "mandatory"
|
ACCOUNT_EMAIL_VERIFICATION = "mandatory"
|
||||||
# ACCOUNT_AUTHENTICATION_METHOD = "username_email"
|
ACCOUNT_AUTHENTICATION_METHOD = "username_email"
|
||||||
ACCOUNT_LOGIN_METHODS = {'username', 'email'}
|
# ACCOUNT_LOGIN_METHODS = {'username', 'email'}
|
||||||
ACCOUNT_FORMS = {"signup": "photo21.forms.CustomSignupForm"}
|
ACCOUNT_FORMS = {"signup": "photo21.forms.CustomSignupForm"}
|
||||||
SOCIALACCOUNT_PROVIDERS = {
|
SOCIALACCOUNT_PROVIDERS = {
|
||||||
"notekfet": {
|
"notekfet": {
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ msgstr "Carga continua"
|
||||||
|
|
||||||
#: .\photologue\static\upload.js:62 .\photologue\static\upload.js:113
|
#: .\photologue\static\upload.js:62 .\photologue\static\upload.js:113
|
||||||
msgid "Please be patient"
|
msgid "Please be patient"
|
||||||
msgstr "por favor tenga paciencia"
|
msgstr "espera por favor"
|
||||||
|
|
||||||
#: .\photologue\static\upload.js:139
|
#: .\photologue\static\upload.js:139
|
||||||
msgid "Upload Complete Please reload the page"
|
msgid "Upload Complete Please reload the page"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue