Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#481 closed defect (fixed)

Login not shown when anon not allow in

Reported by: barry.scott@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.7
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

We found that the following patch to header.cs is needed to get the "Login" link instead of "Logged in as ". We do not allow anonymous access.

—- header.cs 2004-05-27 11:51:29.000000000 +0100 +++ originals/header.cs 2004-05-27 11:50:02.000000000 +0100 @@ -52,7 +52,7 @@

<div class="nav">

<h2>Navigation</h2> <ul class="subheader-links">

<li><?cs if:trac.authname == "anonymous"
trac.authname == "" ?>

+ <li><?cs if:trac.authname == "anonymous" ?>

<a href="<?cs var:trac.href.login ?>">Login</a>

<?cs else ?>

logged in as <?cs var:trac.authname ?> </li>

Attachments (1)

header.cs.patch (436 bytes ) - added by barry.scott@… 20 years ago.
Patch to fix Login link in header.cs

Download all attachments as: .zip

Change History (2)

by barry.scott@…, 20 years ago

Attachment: header.cs.patch added

Patch to fix Login link in header.cs

comment:1 by Christopher Lenz, 20 years ago

Resolution: fixed
Status: newclosed

This has already been fixed in [548] and the fix should actually have been included in the 0.7 release, AFAICT.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.