mirror of https://gitee.com/answerdev/answer.git
feat: init admin set rank
This commit is contained in:
parent
79eced03a3
commit
413700ece7
|
@ -77,6 +77,7 @@ func initAdminUser(engine *xorm.Engine) error {
|
|||
MailStatus: 1,
|
||||
NoticeStatus: 1,
|
||||
Status: 1,
|
||||
Rank: 1,
|
||||
DisplayName: "admin",
|
||||
IsAdmin: true,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue