Skip to content
Snippets Groups Projects
Commit e5ea54e0 authored by jabertwo's avatar jabertwo
Browse files

some more fixes for uffd

parent ca5fa969
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ LOGINNAME_BLOCKLIST=['^admin$', '^root$'] ...@@ -35,7 +35,7 @@ LOGINNAME_BLOCKLIST=['^admin$', '^root$']
MFA_RP_NAME = 'Warpzone Uffd' # Service name passed to U2F/FIDO2 authenticators MFA_RP_NAME = 'Warpzone Uffd' # Service name passed to U2F/FIDO2 authenticators
FOOTER_LINKS=[{"url": "https://{{ global_domains.waprzonems.domain }}", "title": "warpzone"}] FOOTER_LINKS=[{"url": "https://{{ global_domains.warpzonems.domain }}", "title": "warpzone"}]
# The default page after login or clicking the top left home button is the self-service # The default page after login or clicking the top left home button is the self-service
# page. If you would like it to be the services list instead, set this to True. # page. If you would like it to be the services list instead, set this to True.
...@@ -87,8 +87,8 @@ SERVICES=[ ...@@ -87,8 +87,8 @@ SERVICES=[
{ {
'title': 'Icinga', 'title': 'Icinga',
'url': 'https://icinga.{{ global_domains.waprzonems.domain }}', 'url': 'https://icinga.{{ global_domains.warpzonems.domain }}',
'logo_url': 'https://icinga.{{ global_domains.waprzonems.domain }}/icingaweb2/img/favicon.png' 'logo_url': 'https://icinga.{{ global_domains.warpzonems.domain }}/icingaweb2/img/favicon.png'
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment