We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42820da commit 1ebd5e5Copy full SHA for 1ebd5e5
README.md
@@ -56,6 +56,10 @@ can add additional admins, maintainers and readers
56
- **Maintainer** - Cannot add users but can upload, delete files
57
- **Reader** - Can only read files
58
59
+> Note: Because of how Basic HTTP auth works, the only way to switch user is to close and re-open the browser.
60
+> On MacOS, this means exiting the browser fully and re-opening it. If you have the user and password saved in the browser,
61
+> you might also have to delete that.
62
+
63
### Building and Running Locally for Development
64
65
- Get started by creating a python venv in this directory by running `python3 -m venv venv` or `python -m venv venv`
0 commit comments