Modify ↓
Opened 8 years ago
Closed 8 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)
Note: See
TracTickets for help on using
tickets.
In 16545: