I want to customize OpenAm login page, for client perspective, I had check OpenaAm Chapter for latest XUI changes, ie by default it takes XUI I tried to configure current default theme, present in
XUI/themeConfig.json under the directory where we unpack OpenAM,
For example. I had modify footer element : by default footer mailto element: [email protected]
"footer": {
"mailto": "[email protected]",
"phone": ""
}
}
after pack and deploy war file,
But still it showing old one ie [email protected] on startup
My question is what is the proper steps of customizing OpenAm login page , from OpenAm guide, it was bit confusing.
Please suggest
Thanks