-
Notifications
You must be signed in to change notification settings - Fork 19
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 |
---|---|---|
|
@@ -68,15 +68,15 @@ In this section you will: | |
* The `slug` is used as a url path to visit the enterprise portal for this customer, more on that later | ||
* Now click on the `Test Enterprise` user link | ||
* Click on `Manage learners` to view learner accounts | ||
* This page should list at least one learner account like [email protected] (username), password is the same as `edx` user | ||
* This page should list at least one learner account like test-[email protected] (username), password is the same as `edx` user | ||
|
||
|
||
|
||
## Use learner portal with the edx-enterprise stack | ||
|
||
* Log out of any users if you logged in previously, or use a new incognito window, and browse to http://localhost:8734/test-enterprise | ||
* The `test-enterprise`, you will note, is the slug for this enterprise customer | ||
* Login as a learner, using `[email protected]` account, you may need to re-browse to page http://localhost:8734/test-enterprise/ | ||
* Login as a learner, using `test-[email protected]` account, you may need to re-browse to page http://localhost:8734/test-enterprise/ | ||
* You can now go to 'Find a Course' and enroll in courses | ||
|
||
You are now in the Learner portal for the enterpriser customer `Test Enterprise`, as a learner! | ||
|