By: Cu kal user 26 Feb 2020 at 4:35 p.m. CST

2 Responses
Cu kal gravatar
CE - 4.0.1 I added a new script, give it a name & description like this: ``` Name: BasicLockOTP-Identity Description: Basic (with user locking) authentication and OTP - Used for XYZ ``` Python content copied straight from basic.lock.account. It did get saved to backend ldap but the identity GUI does not show it and you can no longer change between the different types of scripts in the GUI (Consent Gathering - Update User - etc). Deleting the script renders identity GUI for custom scripts back usable. Checked it on Chrome / Safari / Firefox / Opera.

By Thomas Gasmyr Mougang staff 27 Feb 2020 at 1:59 a.m. CST

Thomas Gasmyr Mougang gravatar
That issue is fixed in 4.0.1(patch). Steps to apply the patch: - Log into gluu container - Move to **/opt/gluu/jetty/identity/webapps/** - Save a copy of the existing identity.war - Replace with this one **https://ox.gluu.org/maven/org/gluu/oxtrust-server/4.0.1.Final/oxtrust-server-4.0.1.Final.war** - Restart identity service

By Cu kal user 27 Feb 2020 at 12:12 p.m. CST

Cu kal gravatar
That fixed it indeed. Thanks!