Changes between Initial Version and Version 6 of Ticket #8214


Ignore:
Timestamp:
Dec 6, 2010, 5:57:56 AM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8214

    • Property Status changed from new to closed
    • Property Keywords login conflict added
    • Property Resolution changed from to worksforme
    • Property Summary changed from accountMgr user registration fails with an ugly stackTrace to user registration fails with UnicodeDecodeError
  • Ticket #8214 – Description

    initial v6  
    88
    99I enabled the user registration, and when posting the registration form I get:
    10 
     10{{{
    1111Traceback (most recent call last):
    1212  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 339, in send_error
     
    2727    text = mjoin(textbuf, escape_quotes=False)
    2828UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 904: ordinal not in range(128)
    29 
     29}}}
    3030I also get a stack frame dump when trying to add a new user from the account mgr admin :(
    3131