summaryrefslogtreecommitdiff
path: root/session_app.py
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.
* move config to separate fileB. Stack2021-06-27
also move references to top of file
bgstack15