0 Replies Latest reply on Dec 9, 2008 9:41 AM by carstenrudat

    Hook for org.jboss.portal.identity.User#updatePassword()?

      Hi all,

      I was wondering, if there is hook for the updatePassword(String) method in JBoss Portal 2.7 implemention of org.jboss.portal.identity.User.

      I would like to have a central user store - managed by JBoss Portal. The users contained in that store should have access to an ejb via an java standalone application. I would like to use the SRPLoginModule an for that, I need to create an hash from users password. To do that, I need a hook, to do create my hash.

      Is there a way to plug-in own code in updatePassword(String)?

      Thanks,
      Carsten