Symantec IGA

 View Only
  • 1.  Identity portal - register button remove

    Posted Aug 21, 2019 07:16 AM

    Hi All,

     

    Is there any way to remove or disable or hide the register button in CA IDM Portal login page. We have a requirement to delete or disable register button from user login page.



    Thanks,
    Jeevan



  • 2.  RE: Identity portal - register button remove

    Posted Aug 21, 2019 07:31 AM

    Hi Jeevan,

     

    Simple way is to find the login html/jsp file and remove the link from it. Restart IP and It should be gone.

     

    Thanks,

    Sai

     






  • 3.  RE: Identity portal - register button remove

    Posted Aug 21, 2019 08:12 AM
    Hi Sai Kumar,

     Thanks for your reply.

     Yes you are correct but in IDM i am able to find login jsp pages. But in identity portal that is .war file right? so where can i found that page?

    Thanks,
    Jeevan


  • 4.  RE: Identity portal - register button remove

    Posted Aug 21, 2019 08:14 AM
    You can extract the war and find the file inside.

    Thanks,
    Sai






  • 5.  RE: Identity portal - register button remove
    Best Answer

    Broadcom Employee
    Posted Aug 21, 2019 09:02 AM
    If you are on 14.x there is an easier way and also works with the Virtual Appliance.  Go to the Branding tab of Portal Administrative UI.

    Select the Public site which is the "key looking icon"


    Add a custom selector at the bottom called: [ng-click="_selfRegistrationClick()"]


    Add attribute "display" for this selector, then set the value to "none !important"

    Now the registration link is hidden.


    You can find your css selector handles by using the Inspect page or Developer tools of any modern browser.

    Good luck!

    ------------------------------
    Thanks,
    Jeremy
    ------------------------------



  • 6.  RE: Identity portal - register button remove

    Posted Aug 21, 2019 11:57 PM
    Hi Jeremy,

        Thanks for your reply. it is working now.

    Thanks,
    Jeevan