Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
Add a note for re-using usernames after deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks authored Dec 11, 2018
1 parent 61dc25b commit 376603e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions managing_users_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ NAME UID FULL NAME IDENTITIES
demo 72455092-6dad-11e7-b505-5254005e6599 Local Authentication:demo
```

**Re-Using the User** If you want to re-use this user with a later lab module, you will also need to run the following to finish cleaning up the user from the backend:

```
oc delete identity htpasswd_auth:user1
```

**CLEANUP:** If this user was an admin/owner of any projects; those projects would still exist. You just need to assign them to different users.


Expand Down

0 comments on commit 376603e

Please sign in to comment.