Modify

Opened 7 years ago

Closed 7 years ago

#13154 closed defect (fixed)

Variable typo acct_mgr/admin.py

Reported by: anonymous Owned by: Ryan J Ollos
Priority: normal Component: AccountManagerPlugin
Severity: critical Keywords: user NameError
Cc: Trac Release: 1.2

Description

line 485 of acct_mgr/admin.py in trunk-16543 should read:

'email \"%s\": %s', username, email,

rather than

'email \"%s\": %s', user, email,

The latter is causing errors when viewing users in Trac 1.2.1

Attachments (0)

Change History (1)

comment:1 Changed 7 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

In 16545:

0.5dev: Fix regression in r16370

Fixes #13154.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.