Implement basic LDAP login
+ Encourage future use of i18n by doing it up from the first code commit + Basic template structure including flashes/… + Working flash errors + Reuse LDAP authenticator from prior experiments + Implement authenticator using an interface so we can easily implement e.g. a database authenticator later on
.editorconfig
0 → 100644
.gitignore
0 → 100644
authprovider/authprovider.go
0 → 100644
authprovider/ldap.go
0 → 100644
conf/app.json.example
0 → 100644
conf/locale/locale_de-DE.ini
0 → 100644
conf/locale/locale_en-US.ini
0 → 100644
main.go
0 → 100644
templates/_flashes.html
0 → 100644
templates/_footer.html
0 → 100644
templates/_header.html
0 → 100644
templates/user/index.html
0 → 100644
templates/user/login.html
0 → 100644
ucp.go
0 → 100644
user.go
0 → 100644
Please register or sign in to comment