more on #1443
This commit is contained in:
parent
d922b7e504
commit
b1f08d3218
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ func CreateUser(u *User) (err error) {
|
|||
}
|
||||
|
||||
// Auto-set admin for the first user.
|
||||
if countUsers(sess) == 1 {
|
||||
if CountUsers() == 1 {
|
||||
u.IsAdmin = true
|
||||
u.IsActive = true
|
||||
_, err = x.Id(u.Id).AllCols().Update(u)
|
||||
|
|
Reference in a new issue