ACCOUNT_EMAIL_REQUIRED = True not longer needed, TODO changed
This commit is contained in:
parent
6bcb758952
commit
0955751be3
4
TODO
4
TODO
|
@ -6,8 +6,6 @@
|
||||||
|
|
||||||
* Maintainance-Anzeige im Debugmodus, damit niemand denkt, es würden mails verschickt.
|
* Maintainance-Anzeige im Debugmodus, damit niemand denkt, es würden mails verschickt.
|
||||||
|
|
||||||
* logging in production? print landet nicht in der logdatei?
|
|
||||||
|
|
||||||
* better error handling with mail sending.
|
* better error handling with mail sending.
|
||||||
|
|
||||||
* Der Punkt "Braucht Keinen Arbeitsplatz Weil Home-Office" ist ein bisschen verwirrend, meiner Meinung nach. In einem Formular gerade steht "Braucht Keinen Arbeitsplatz Weil Home-Office: Nein"
|
* Der Punkt "Braucht Keinen Arbeitsplatz Weil Home-Office" ist ein bisschen verwirrend, meiner Meinung nach. In einem Formular gerade steht "Braucht Keinen Arbeitsplatz Weil Home-Office: Nein"
|
||||||
|
@ -16,5 +14,3 @@ Es ist nicht so eindeutig ob das Nein emphatisch ist "Nein, braucht keinen"
|
||||||
oder eine doppelte Negation des satzes. "Keinen Arbeitsplatz? Nein -> braucht Arbeitsplatz"
|
oder eine doppelte Negation des satzes. "Keinen Arbeitsplatz? Nein -> braucht Arbeitsplatz"
|
||||||
|
|
||||||
Ich denke, mit so was wie "Braucht Arbeitsplatz in der GS?", bleibt's eindeutig
|
Ich denke, mit so was wie "Braucht Arbeitsplatz in der GS?", bleibt's eindeutig
|
||||||
|
|
||||||
* Tastaturlayout should be in mail to IT
|
|
||||||
|
|
|
@ -151,6 +151,6 @@ AUTHENTICATION_BACKENDS = (
|
||||||
SITE_ID = 1
|
SITE_ID = 1
|
||||||
|
|
||||||
ACCOUNT_EMAIL_VERIFICATION = 'none'
|
ACCOUNT_EMAIL_VERIFICATION = 'none'
|
||||||
ACCOUNT_EMAIL_REQUIRED = True
|
# ACCOUNT_EMAIL_REQUIRED = True
|
||||||
LOGIN_REDIRECT_URL = 'home'
|
LOGIN_REDIRECT_URL = 'home'
|
||||||
ACCOUNT_LOGOUT_ON_GET = True
|
ACCOUNT_LOGOUT_ON_GET = True
|
||||||
|
|
Loading…
Reference in New Issue