Skip to content

Commit

Permalink
Use cg-scripts instead of admin.fr for TOTP reset (#2445)
Browse files Browse the repository at this point in the history
  • Loading branch information
pburkholder authored Dec 1, 2023
1 parent 76c3f7b commit c1df5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/ops/managing-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If the user requesting a reset has any apps, routes, or services in their sandbo
cf delete-service service
```

2. Remove user's permissions to all [spaces and orgs](https://docs.cloudfoundry.org/adminguide/cli-user-management.html#orgs-spaces) other than their sandbox. Search for the user in the Admin interface to locate the relevant orgs and spaces.
2. Remove user's permissions to all [spaces and orgs](https://docs.cloudfoundry.org/adminguide/cli-user-management.html#orgs-spaces) other than their sandbox. Use the `cg-scripts/cf-get-user-roles.sh` and then `cg-scripts/strip-user-org-and-space-roles.sh` to find user roles and strip them away.
For those spaces and orgs, notify the Space Managers and Org Managers that we've removed the user's access because of their request to reset their account's authentication application.

Expand Down

0 comments on commit c1df5c7

Please sign in to comment.