fixed typo in images and color of text

This commit is contained in:
2023-02-18 08:13:55 +01:00
parent 6db89de139
commit ebf27cc6e2
4 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ def main(global_config, **settings):
""" This function returns a Pyramid WSGI application.
"""
# session factory
my_session_factory = SignedCookieSessionFactory('mGcAJn2HmNH6Hc')
my_session_factory = SignedCookieSessionFactory('4Dvw5rHvAPmZtb')
authentication_policy = AuthTktAuthenticationPolicy('wMWvAWMZnp6Lch',
callback=groupfinder, hashalg='sha512', timeout=36000)
authorization_policy = ACLAuthorizationPolicy()