mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-05 18:15:06 +08:00
feat: support admin assign superuser in admin ui (#12798)
### What problem does this PR solve? Allow superuser(admin) to grant or revoke other superuser. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -2451,7 +2451,9 @@ Important structured information may include: names, dates, locations, events, k
|
||||
|
||||
role: 'Role',
|
||||
user: 'User',
|
||||
userType: 'User type',
|
||||
superuser: 'Superuser',
|
||||
normalUser: 'Normal',
|
||||
|
||||
createTime: 'Create time',
|
||||
lastLoginTime: 'Last login time',
|
||||
|
||||
Reference in New Issue
Block a user