Ticket #15084 (new Bug)
Opened 20 months ago
Wrong link to mail password form in login form
Reported by: | mawo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Unknown | Version: | 4.3 |
Keywords: | VHM, mail_password_form | Cc: |
Description
The URL to the mail_password_form shown at the login_form template is wrong for sites using virtual hosting.
The reason is a change in Products.CMFPlone.skins.plone_login.login_form.pt#43 in Plone 4.3.3, portal_url changed to nav_root.
Plone 4.3.3: mail_password python:test(checkPermission('Mail forgotten password', context), nav_root + '/mail_password_form', );
Plone <4.3.3: mail_password python:test(checkPermission('Mail forgotten password', context), portal_url + '/mail_password_form', );
Note: See
TracTickets for help on using
tickets.