ACCOUNT_EMAIL_REQUIRED = True not longer needed, TODO changed

This commit is contained in:
Benni Bärmann 2021-09-09 10:12:06 +02:00
parent 6bcb758952
commit 0955751be3
2 changed files with 1 additions and 5 deletions

4
TODO
View File

@ -6,8 +6,6 @@
* 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.
* 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"
Ich denke, mit so was wie "Braucht Arbeitsplatz in der GS?", bleibt's eindeutig
* Tastaturlayout should be in mail to IT

View File

@ -151,6 +151,6 @@ AUTHENTICATION_BACKENDS = (
SITE_ID = 1
ACCOUNT_EMAIL_VERIFICATION = 'none'
ACCOUNT_EMAIL_REQUIRED = True
# ACCOUNT_EMAIL_REQUIRED = True
LOGIN_REDIRECT_URL = 'home'
ACCOUNT_LOGOUT_ON_GET = True