The admin create-user handler returned the in-memory newUser struct directly. On mail-enabled instances with skip_email_confirm=false, user.CreateUser persists the account as email-confirmation-required, but the returned struct still reflects the pre-persist status, so the admin API reported a misleading active status immediately after creation. |
||
|---|---|---|
| .. | ||
| overview.go | ||
| projects.go | ||
| user_create.go | ||
| users.go | ||
| users_admin.go | ||
| users_mgmt.go | ||