mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Fix: allow setting allauth ACCOUNT_SESSION_REMEMBER (#6105)
This commit is contained in:
		| @@ -456,6 +456,8 @@ ACCOUNT_EMAIL_VERIFICATION = os.getenv( | ||||
|     "optional", | ||||
| ) | ||||
|  | ||||
| ACCOUNT_SESSION_REMEMBER = __get_boolean("PAPERLESS_ACCOUNT_SESSION_REMEMBER") | ||||
|  | ||||
| if AUTO_LOGIN_USERNAME: | ||||
|     _index = MIDDLEWARE.index("django.contrib.auth.middleware.AuthenticationMiddleware") | ||||
|     # This overrides everything the auth middleware is doing but still allows | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shamoon
					shamoon