From ef2b079d276a2e485383ce0e1a187d882ae5c1dc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 4 Apr 2023 12:19:52 +0200 Subject: Manage expiration of passwords --- example_project/settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 0aafbdf90..934582b9b 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -276,6 +276,7 @@ JOINT = " | " # not managed cautiously the dir contening these scripts is not set by default ISHTAR_SCRIPT_DIR = "" +# TODO: clean... ISHTAR_FILE_PREFIX = "" ISHTAR_OPE_PREFIX = "OA" ISHTAR_DEF_OPE_PREFIX = "OP" @@ -289,6 +290,8 @@ ISHTAR_PERIODS = {} ISHTAR_PERMIT_TYPES = {} ISHTAR_DOC_TYPES = {"undefined": "Undefined"} +# number of days for password expiration: None for no expiration +ISHTAR_PASSWORD_EXPIRATION_DAYS = None ISHTAR_SEARCH_LANGUAGE = "french" ISHTAR_SECURE = True ISHTAR_SECURE_OPTIONS = False -- cgit v1.2.3