• 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.

Open Valence chg-pwd-dialog

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

  • Open Valence chg-pwd-dialog

    Hi all, I have developed an Angular App with Valence for a client and would like to open the password change dialog from my APP, is this possible?

    I am logged in with ?app=1001&portal=false

  • #2
    You can and below is how your application would display the change password dialog

    Code:
    parent.Portal.getApplication().fireEvent('changepassword');

    Comment


    • #3
      works great, thank you very much!

      Comment

      Working...
      X