summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2018-06-08 14:19:46 +0200
committerMarkus Krogh <markus@nordu.net>2018-06-08 14:19:46 +0200
commit8b7180f770d0cd63c8a3626f35ce6d8c06f54db4 (patch)
tree1fab6ac8a80c7c8020d8cba2678e73b7b9248d03 /templates/index.html
parent494303236fb55530a0f9e756babf2a79e4267a61 (diff)
Adding basepath and password strength
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html
index 218ffe2..afadf8b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -17,24 +17,24 @@
<h3>Available actions</h3>
<ul class="unstyled">
<li>
- <a href="sso"><span class="item-marker">›</span> Change single sign on (SSO) password</a>
+ <a href="{{$.BasePath}}/changepw/sso/"><span class="item-marker">›</span> Change single sign on (SSO) password</a>
</li>
{{ if .Staff }}
<li>
- <a href="tacacs"><span class="item-marker">›</span> Change TACACS password</a>
+ <a href="{{$.BasePath}}/changepw/tacacs/"><span class="item-marker">›</span> Change TACACS password</a>
</li>
{{ end }}
{{ if .Active }}
<li>
- <a href="eduroam"><span class="item-marker">›</span> Change eduroam password</a>
+ <a href="{{$.BasePath}}/changepw/eduroam/"><span class="item-marker">›</span> Change eduroam password</a>
</li>
{{ end }}
{{ if .Staff }}
<li>
- <a href="pubkeys"><span class="item-marker">›</span> Update your public SSH keys</a>
+ <a href="{{$.BasePath}}/pubkeys/"><span class="item-marker">›</span> Update your public SSH keys</a>
</li>
<li>
- <a href="ideviceconf" rel="external"><span class="item-marker">›</span> Configure eduroam on your iDevice</a>
+ <a href="{{$.BasePath}}/ideviceconf" rel="external"><span class="item-marker">›</span> Configure eduroam on your iDevice</a>
</li>
{{ end }}
</ul>