The system administrator will be able to log in using admin
as the username and password. However, other users will have to first register with ES before being able to log into ES.
Table of Contents |
---|
Signing into the Store
Follow the instructions below to sign into the Store:
...
{context}/store/..
The above URL pattern takes you to the Store pages of the super tenant's Store.
Example:
http://localhost:9763/store/pages/top-assets
This will take you to the super tenant's Store home page.
{context}/store/t/carbon.super/..
The above URL pattern takes you to the Store pages of the super tenant's Store.
Example:
http://localhost:9763/store/t/carbon.super/pages/top-assets
This will take you to the super tenant's Store home page.
{context}/store/t/{doman.name}/..
The above URL pattern takes you to the Store pages of a specific tenant, whose tenant domain is defined in the URL.
Example:
http://localhost:9763/store/t/spring.com/pages/top-assets
This will take you to thespring.com
tenant's Store home page.
Signing out of the Store
Follow the instructions below to sign out of the Store:
...