summaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAge
* minor fixes, mostly cosmeticHEADmasterB. Stack2021-06-28
|
* clear session at logoutB. Stack2021-06-28
| | | | this feature is not well-documented in flask.
* add settings page for admins groupB. Stack2021-06-27
| | | | so far we only support changing the ldap_uri for runtime.
* now store user groups in session, for displayB. Stack2021-06-25
|
* add ldap supportB. Stack2021-06-21
|
* WIP: improve login formB. Stack2021-06-21
| | | | | Now have a dictionary of "options" from logic, for form. Handles a POST, but needs ldap logic.
* initial commitB. Stack2021-06-20
bgstack15