summaryrefslogtreecommitdiffstats
path: root/templates/main/guest.html
diff options
context:
space:
mode:
authorMarcus Proest2019-03-28 11:19:27 +0100
committerSimon Rettberg2019-03-28 11:19:27 +0100
commit7a811b07f634d3f2bb8c3478a020fc430cf70f7d (patch)
tree5efd7672dd4b78be6d6b05a3c2b6fc42368433b6 /templates/main/guest.html
parentindex.php: Add shibboleth debug output for admins (diff)
downloadbwlp-webadmin-7a811b07f634d3f2bb8c3478a020fc430cf70f7d.tar.gz
bwlp-webadmin-7a811b07f634d3f2bb8c3478a020fc430cf70f7d.tar.xz
bwlp-webadmin-7a811b07f634d3f2bb8c3478a020fc430cf70f7d.zip
Make URLs, brand names and list of admins configurable
Diffstat (limited to 'templates/main/guest.html')
-rw-r--r--templates/main/guest.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main/guest.html b/templates/main/guest.html
index 3788633..2e0cf1a 100644
--- a/templates/main/guest.html
+++ b/templates/main/guest.html
@@ -1,7 +1,7 @@
<div class="form-narrow">
Sie sind nicht authentifiziert. Bitte wählen Sie:
<ul>
- <li><a href="{{prefix}}shib/">Anmelden oder registrieren über bwIDM</a></li>
- <li><a href="?do=Login">Anmelden mit einem bwLehrpool-Testaccount</a></li>
+ <li><a href="{{prefix}}shib/">Anmelden oder registrieren über {{idm}}</a></li>
+ <li><a href="?do=Login">Anmelden mit einem {{suite}}-Testaccount</a></li>
</ul>
</div>