diff --git a/README.md b/README.md index b1267da..7ceec80 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ This is a minimal go ldap frontend for users to change their password. **This frontend is intended to run behind a reverse proxy and has no native TLS/SSL support!** +## Getting Started + +```sh +go build + +./goldap +``` + ## Licence diff --git a/goldap.ini b/goldap.ini index 946768e..33c4b56 100644 --- a/goldap.ini +++ b/goldap.ini @@ -18,3 +18,7 @@ url: http://the.url.of.your.portal.site:6969 listen_address: 0.0.0.0:6969 # Page title page_title_prefix: "LDAP Portal" + +[content] +# Information box +information: Aktuell wird keine Passwortzurücksetzung unterstützt. Wenn Sie Ihr Passwort vergessen oder verloren haben, wenden Sie sich bitte an unseren Support unter kernteam@urz.uni-heidelberg.de. diff --git a/html/templates/login_form.html b/html/templates/login_form.html index 477ebfc..9f1b143 100644 --- a/html/templates/login_form.html +++ b/html/templates/login_form.html @@ -33,5 +33,12 @@