Remove already implemented TODO
This commit is contained in:
@@ -198,7 +198,6 @@ func createAccount(l log.Logger, claims *oidc.StandardClaims, ac accounts.Accoun
|
|||||||
Mail: claims.Email,
|
Mail: claims.Email,
|
||||||
CreationType: "LocalAccount",
|
CreationType: "LocalAccount",
|
||||||
AccountEnabled: true,
|
AccountEnabled: true,
|
||||||
// TODO assign uidnumber and gidnumber? better do that in ocis-accounts as it can keep track of the next numbers
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
created, err := ac.CreateAccount(context.Background(), req)
|
created, err := ac.CreateAccount(context.Background(), req)
|
||||||
|
|||||||
Reference in New Issue
Block a user