deaktivieren button

This commit is contained in:
Simon Martens
2025-05-23 19:30:32 +02:00
parent 4bd289669d
commit 48b2a9d551
3 changed files with 8 additions and 8 deletions

View File

@@ -180,6 +180,7 @@ func (p *UserEditPage) POST(engine *templating.Engine, app core.App) HandleFunc
return InvalidDataResponse(engine, e, err.Error(), &fu)
}
// TODO: this is lazy, we just need to delete the sessions of the changed user
middleware.SESSION_CACHE.Clear()
fu = user_proxy.Fixed()