2 Replies Latest reply on Mar 9, 2011 11:20 AM by artmunro

    forgot password url mappings

    artmunro

      We have reskinned the portal and now need the forgott password mapping .  does anyone know that the mapping is?

       

      something like /portal/passwordreset ??

       

      in War where do we see portlet mappings?

        • 1. Re: forgot password url mappings
          rraposa

          I think this question has been asked before:

           

          http://community.jboss.org/message/543766

          • 2. forgot password url mappings
            artmunro

            Anyone have any thoughts on placing a Forgot Password link?

             

            the posting above shows the login link...

            for example...

            .........
            ........
            String signInAction = "if(document.getElementById('UIMaskWorkspace')) ajaxGet(eXo.env.server.createPortalURL('UIPortal', 'ShowLoginForm', true));" ;

                String newWindow = "if(document.getElementById('UIMaskWorkspace')) ajaxGet(eXo.env.server.createPortalURL('UIPortal', 'ShowNewWindow', true));" ;

                String changeLanguageAction = "if(document.getElementById('UIMaskWorkspace')) ajaxGet(eXo.env.server.createPortalURL('UIPortal', 'ChangeLanguage', true));" ;
            ....
            .

             

            But still does not show me the calls to place forgot password...  This should be a very simple link someplace?

             

            Art