-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,15 +18,15 @@ Each Redmine API token is associated with a specific user, so an specific "admin | |
|
||
NOTE: this should be moved to the scn-redmine install process | ||
|
||
If the `admin` user already exists and Administrator privlidges, skip this step. | ||
If the `admin` user already exists and has Administrator privlidges, skip this step. | ||
|
||
An existing Redmine administrator must log into the Redmine instance to access REDMINE_URL/user to create a new user: | ||
* Login to Redmine via REDMINE_URL | ||
* Click **+ New User** (top right) | ||
* Enter the follow values. Everything else can be left as is. | ||
* Login: `admin` | ||
* First name: `Admin` | ||
* Last name: `-` | ||
* Last name: `Bot` | ||
* Email: `[email protected]` | ||
* Administrator: (check the box) | ||
* Authentication mode: Internal | ||
|