Ticket #78 (closed defect: fixed)

Opened 10 days ago

Last modified 9 days ago

relative login url

Reported by: kklimonda Owned by: sop
Component: server Severity: minor
Keywords: Cc:

Description

cm/templates/site/login_form.html template uses a relative url for the form action, which seems to break deployment in the subfolder when trailing slash is missing (the form redirects to the upper folder breaking login). Using {% url login %} (as in the attached patch) instead would fix the issue.

Attachments

correct_login_url.patch Download (668 bytes) - added by kklimonda 10 days ago.

Change History

Changed 10 days ago by kklimonda

comment:1 Changed 9 days ago by sop

  • Status changed from new to closed
  • Resolution set to fixed
  • Severity changed from major to minor

Thanks a lot KKlimonda.

After investigations, I committed the suggested patch, as shown here : http://www.co-ment.org/changeset/417

Note: See TracTickets for help on using tickets.