mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-24 08:20:31 +08:00
Fix missing ranking in initBuiltInUser().
This commit is contained in:
parent
94c78593fc
commit
8d8c662e58
@ -64,6 +64,7 @@ func initBuiltInUser() {
|
|||||||
Affiliation: "Example Inc.",
|
Affiliation: "Example Inc.",
|
||||||
Tag: "staff",
|
Tag: "staff",
|
||||||
Score: 2000,
|
Score: 2000,
|
||||||
|
Ranking: 1,
|
||||||
IsAdmin: true,
|
IsAdmin: true,
|
||||||
IsGlobalAdmin: true,
|
IsGlobalAdmin: true,
|
||||||
IsForbidden: false,
|
IsForbidden: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user