Skip to content

Commit

Permalink
add API key reset documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
graybeal authored Nov 29, 2021
1 parent 3f88d1e commit 406eff3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/_management/routine_operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ and reparsing ontologies.

If you are logged in as the admin user, simply visit http://{your_appliance_ip_or_domain_name}/admin and click the "Flush Memcache" button. There should be a response indicating success or failure.

## Reset user's API key

To reset the API key of a user (if it has been exposed or abused):
```
rake user:apikey:reset[username,apikey] # reset APIKEY for the user to random value or to specified value if API key is provided
```

## Grant administrative privileges to a BioPortal user

```diff
Expand Down

0 comments on commit 406eff3

Please sign in to comment.