mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-03 21:54:23 +00:00
feat: admin impersonates a user (#38614)
* fix #3631 * fix #21599 by the way, refactored the "profile avatar card" to simplify the code.
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
package session
|
||||
|
||||
const (
|
||||
KeyUID = "uid"
|
||||
KeyUname = "uname"
|
||||
KeyUID = "uid"
|
||||
|
||||
KeyImpersonatorData = "impersonatorData"
|
||||
|
||||
KeyUserHasTwoFactorAuth = "userHasTwoFactorAuth"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user