Opened 20 years ago
Closed 20 years ago
#481 closed defect (fixed)
Login not shown when anon not allow in
Reported by: | 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">
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)
Change History (2)
by , 20 years ago
Attachment: | header.cs.patch added |
---|
comment:1 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This has already been fixed in [548] and the fix should actually have been included in the 0.7 release, AFAICT.
Patch to fix Login link in header.cs