By: Kunal Vaidya user 20 Nov 2020 at 6:41 a.m. CST

2 Responses
Kunal Vaidya gravatar
Hi guys, I want to change the welcome message 'Welcome to your Gluu Identity Configuration 4.2.0.Final !' which is shown when a user logs in. I changed the gluuCustomMessage attribute in LDAP ``` dn: o=gluu objectClass: top objectClass: gluuOrganization o: gluu gluuOrgShortName: shakti gluuCustomMessage: Welcome to Shakti! description: Welcome to oxTrust! gluuManagerGroup: inum=60B7,ou=groups,o=gluu gluuThemeColor: 166309 displayName: shakti ``` using command -> ./ldapmodify -Z -h localhost -p 1636 -D "cn=directory manager" -w '{password}' -f customMessage.ldif ``` #customMessage.ldif dn: o=gluu changetype: modify replace: gluuCustomMessage gluuCustomMessage: Welcome to Shakti! ``` which was suggested in a support ticket but the message is not updated and its still the same. Could you please help? Thanks

By Mohib Zico staff 24 Nov 2020 at 9:49 p.m. CST

Mohib Zico gravatar
Will test it and update you...

By Thomas Gasmyr Mougang staff 25 Nov 2020 at 2:30 a.m. CST

Thomas Gasmyr Mougang gravatar
Hi think customization is the way to go in this case.