mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-22 03:52:12 +00:00
7 lines
188 B
Python
7 lines
188 B
Python
from django.utils import timezone
|
|
|
|
LOGIN_METHOD_SESSION_FIELD_NAME = "boost_login_method"
|
|
|
|
UNVERIFIED_CLEANUP_DAYS = 14
|
|
UNVERIFIED_CLEANUP_BEGIN = timezone.datetime(2025, 11, 21, 0, 0, 0)
|