Development

#2536 (templates of login & secure actions of default module are exchanged)

You must first sign up to be able to contribute.

Ticket #2536 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

templates of login & secure actions of default module are exchanged

Reported by: mahono Assigned to: fabien
Priority: minor Milestone: 1.0.9
Component: other Version: 1.0.0
Keywords: Cc:
Qualification: Unreviewed

Description

I wonder why this wasn't noticed yet:

The templates for the default login and secure actions are exchanged. This is the case with trunk as well as the 1.0 branch.

So the result in the current versions is that the login info is viewed if credentials are wrong and the credentials info is viewed if you are not logged in. ;-)

Solution: substitute the contents of the template.

Change History

11/14/07 11:36:01 changed by fabien

  • milestone set to 1.0.9.

11/14/07 11:38:40 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [6012]) fixed templates of login & secure actions of default module are exchanged (closes #2536)

11/14/07 11:38:59 changed by fabien

in r6013

11/14/07 11:43:11 changed by mahono

I hope you read that this bug is also in trunk!?

11/14/07 11:45:22 changed by fabien

I fixed it in both the trunk and the 1.0 branch.

11/14/07 12:28:53 changed by mahono

ok.. thanks! :)