• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Can I turn off the "Change Password" option?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can I turn off the "Change Password" option?

    Hi,

    Is there a way to prevent users from seeing/using the "Change Password" link in 4.2.20160215.0?

    Thanks!
    Eva

  • #2
    Hi Eva -

    This can be accomplished though the "Hook.js" file under the /resources folder. Add the following lines under the function executed by the "componentrender" event.

    Code:
    if (cmp.xtype === 'portalmenu'){
        cmp.menu.down('[text=Change Password]').hide()
    }

    Comment


    • #3
      Hi Sean,

      Worked like a charm.

      Thanks, as always, for your help!

      Eva

      Comment

      Working...
      X