Modify ↓
Opened 18 years ago
Closed 18 years ago
#6691 closed defect (duplicate)
Login issues.
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | needinfo |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Can't seem to log in. Getting the following error when I click on the "login" button.
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 183, in dispatch
req.perm = PermissionCache(self.env, req.authname)
File "/usr/lib/python2.4/site-packages/trac/perm.py", line 263, in __init__
self.perms = PermissionSystem(env).get_user_permissions(username)
File "/usr/lib/python2.4/site-packages/trac/perm.py", line 227, in get_user_permissions
for perm in self.store.get_user_permissions(username):
File "/usr/lib/python2.4/site-packages/trac/perm.py", line 117, in get_user_permissions
if user in subjects:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
| Description: | modified (diff) |
|---|---|
| Keywords: | needinfo added |
| Milestone: | not applicable |
comment:2 by , 18 years ago
Very likely a duplicate of #6318 - you use use a non-ascii login when you get the error?
Note:
See TracTickets
for help on using tickets.



Please indicate your Trac version in the dedicated field