Give test container credentials

This commit is contained in:
Joseph Garrone 2021-02-23 17:43:54 +01:00
parent 6098e94f0e
commit 3482951a61
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "keycloak-react-theming",
"version": "0.0.14",
"version": "0.0.15",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "keycloak-react-theming",
"version": "0.0.14",
"version": "0.0.15",
"description": "Keycloak theme generator for Reacts app",
"repository": {
"type": "git",

View File

@ -70,7 +70,7 @@ if (require.main === module) {
'',
`$ ./${pathRelative(reactProjectDirPath, pathJoin(keycloakThemeBuildingDirPath, containerLaunchScriptBasename))}`,
'',
'To enable the theme within keycloak log into the admin console, create a realm (called "myrealm" for example),',
'To enable the theme within keycloak log into the admin console ( username: admin, password: admin), create a realm (called "myrealm" for example),',
`go to your realm settings, click on the theme tab then select ${parsedPackageJson.name}.`,
`More details: https://www.keycloak.org/getting-started/getting-started-docker`,
'',