Go to file
stryan 104982103d
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
add change password page
2023-04-10 17:51:49 -04:00
init send correct signal for reload 2021-04-08 13:27:31 -04:00
templates add change password page 2023-04-10 17:51:49 -04:00
.drone.yml drone typo 2021-10-15 11:27:12 -04:00
.gitignore initial 2020-08-20 12:51:02 -04:00
Makefile fool 2021-03-31 16:32:33 -04:00
README add readme 2020-09-17 16:48:44 -04:00
config.go add user templates 2020-11-12 14:51:48 -05:00
deploy.yml update deploy 2021-08-07 15:22:10 -04:00
go.mod update deps 2021-10-14 17:17:38 -04:00
go.sum update deps 2021-10-14 17:17:38 -04:00
guildgate.yaml.sample Better config parsing 2020-08-20 13:03:43 -04:00
ldap.go add change password page 2023-04-10 17:51:49 -04:00
main.go add change password page 2023-04-10 17:51:49 -04:00
minecraft.go add minceraft linkage 2020-11-10 17:58:24 -05:00
profile.go handle profile updates correctly 2021-03-31 16:15:36 -04:00
reset.go add change password page 2023-04-10 17:51:49 -04:00
session.go log user login standard 2021-03-31 16:18:02 -04:00
token.go allow tokens to be embeded in links, expire password tokens 2021-03-02 14:30:37 -05:00
user.go show groups in profile 2021-03-31 16:12:35 -04:00
web.go add change password page 2023-04-10 17:51:49 -04:00

README

A simple LDAP login/logout too.

It's quick and dirty and really only useful for my usecase, but I uploaded it in case anyone was curious or wanted a starting point.

But seriously, it is *very* quick and dirty. Don't use this for anything remotely production worthy.