diff --git a/ct/keycloak.sh b/ct/keycloak.sh index 109fb3f1..83fb4f44 100644 --- a/ct/keycloak.sh +++ b/ct/keycloak.sh @@ -73,6 +73,3 @@ msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080/admin${CL}" -#echo -e "${TAB}${GN}Temporary admin user:${BL}tmpadm${CL}" -#echo -e "${TAB}${GN}Temporary admin password:${BL}admin123${CL}" -#echo -e "${INFO}${YW} If you modified ${BL}cache-ispn.xml${YW}: Re-apply your changes to the new file, otherwise leave it unchanged.${CL}"