Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat customize account page #211

Merged
merged 3 commits into from
Jan 4, 2024

Conversation

Mohmn
Copy link
Member

@Mohmn Mohmn commented Nov 26, 2023

fixes #206

Screenshot from 2023-11-26 20-20-49
Screenshot from 2023-11-26 20-20-37
Screenshot from 2023-11-26 20-20-16

@Mohmn
Copy link
Member Author

Mohmn commented Nov 26, 2023

@dadiorchen i had to bump down our keyclock docker image , because on the one which we were using
i wasnt able to use our customized treetracker account theme


ERROR [org.keycloak.theme.DefaultThemeManager] (executor-thread-46) Failed to find ACCOUNT theme treetracker, using built-in themes
2023-11-25 19:54:50,450 WARN [org.keycloak.theme.DefaultThemeManager] (executor-thread-60) Not found parent theme 'keycloak' of theme 'treetracker'. Unable to load ACCOUNT theme 'treetracker' due to this


keycloakify/keycloakify#389

@Mohmn
Copy link
Member Author

Mohmn commented Nov 26, 2023

@dadiorchen also can u plz add this docker helper script to our documentation

docker run --init -v $(pwd)/themes/treetracker:/opt/keycloak/themes/treetracker -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=password -e KC_CACHE_THEMES=false -e KC_CACHE_TEMPLATES=false ${your-docker-image-name}

it basicaly reloads the theme config in the docker image, whenever we make any change to theme config.

@dadiorchen dadiorchen self-assigned this Dec 5, 2023
@Mohmn Mohmn force-pushed the feat/customize-account-page branch from ac508fe to 310aa6a Compare December 17, 2023 17:47
@dadiorchen dadiorchen merged commit 96c80bf into Greenstand:master Jan 4, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Customize the user profile pages to fit Greenstand style and brand
2 participants