-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Provide details on how to make a user an admin and access the admin dashboard. + Add info on feature flags and where they can be enabled disabled. + Clarify how to view builds of the documentation
- Loading branch information
1 parent
5938e48
commit d839720
Showing
5 changed files
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Administration | ||
-------------- | ||
|
||
To access the admin interface, a user must be logged into hypothes.is and have admin permissions. | ||
To grant admin permissions to a user, run the following command in the virtual environment: | ||
|
||
.. code-block:: bash | ||
hypothesis admin <config_uri> <username> | ||
For example, to make someone an admin in the development configuration: | ||
|
||
.. code-block:: bash | ||
hypothesis admin conf/development.ini usernamehere | ||
When this user signs in they can now access the adminstration panel at ``/admin``. The administration panel has basic options for managing users, as well as the ability to enable feature flags to try out features currently in development. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters