diff options
author | Freya Murphy <freya@freyacat.org> | 2024-11-26 11:45:12 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-11-26 11:45:12 -0500 |
commit | 82f911cf18c615d23d7a6934c36879e75f2cf46e (patch) | |
tree | 5171b3dbdedf96aee4740eeae03fec23b8d878aa /src/web/views/error.php | |
parent | add logout, better router (diff) | |
download | ldap_forwardauth-82f911cf18c615d23d7a6934c36879e75f2cf46e.tar.gz ldap_forwardauth-82f911cf18c615d23d7a6934c36879e75f2cf46e.tar.bz2 ldap_forwardauth-82f911cf18c615d23d7a6934c36879e75f2cf46e.zip |
new style, add redirect support
Diffstat (limited to 'src/web/views/error.php')
-rw-r--r-- | src/web/views/error.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/web/views/error.php b/src/web/views/error.php new file mode 100644 index 0000000..2860336 --- /dev/null +++ b/src/web/views/error.php @@ -0,0 +1,10 @@ +<?php /* Copyright (c) 2024 Freya Murphy */ ?> +<form method="post" autocomplete="off"> +<span>Authentication failed</span> +<br> +<br> +<a + class="btn" + href="/login?redirect=<?=maybe_base64_encode(esc($redirect))?>"> + Go Back +</a> |