Skip to content

fix: resolve user, CLI, docs, and app issues#26074

Draft
stirby wants to merge 1 commit into
mainfrom
fix/five-issues-20260604
Draft

fix: resolve user, CLI, docs, and app issues#26074
stirby wants to merge 1 commit into
mainfrom
fix/five-issues-20260604

Conversation

@stirby
Copy link
Copy Markdown
Collaborator

@stirby stirby commented Jun 4, 2026

Fixes several independent user-facing issues:

  • Lets user admins reset another user's password by using system-restricted DB access only for API key invalidation after the handler authorizes the password update.
  • Returns effective user roles from /users/{user}/roles, including implied site and organization roles, and filters implied roles out of the interactive role editor defaults.
  • Adds --ephemeral-parameter and --prompt-ephemeral-parameters to coder create, with generated CLI docs and golden help updates.
  • Prevents invalid external app URLs from crashing the frontend during app link rendering.
  • Allows me in Swagger UI for enterprise quiet-hours endpoints by documenting the path parameter as a string instead of UUID-only.

Closes #25873
Closes #26002
Closes #25832
Closes #22349
Closes #24473

Coder Agents notes

This PR was generated by Coder Agents.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

Docs preview

📖 View docs preview for docs/reference/api/enterprise.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment