Ticket #78 (closed defect: fixed)
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
Change History
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.

