Always set password
[ZITADOPER-1]
This commit is contained in:
@@ -525,6 +525,8 @@ func (r *ZitadelClusterReconciler) reconcileInitialHumanUser(ctx context.Context
|
|||||||
return ctrl.Result{}, fmt.Errorf("Error adding org member: %v", err)
|
return ctrl.Result{}, fmt.Errorf("Error adding org member: %v", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
if _, err := managementClient.SetHumanPassword(middleware.SetOrgID(ctx, org.Org.Id), &management.SetHumanPasswordRequest{
|
if _, err := managementClient.SetHumanPassword(middleware.SetOrgID(ctx, org.Org.Id), &management.SetHumanPasswordRequest{
|
||||||
UserId: userid,
|
UserId: userid,
|
||||||
|
|||||||
Reference in New Issue
Block a user