Gustavo Narea <m...@gustavonarea.net> added the comment:

The SQLAlchemy plugin is not tied to ASCII or Unicode, and you can use it 
without 
getting any warning as long as you pass the username/password properly encoded.

I cannot apply that patch because some people use ASCII, and also the right 
place to 
fix this is the repoze.who identifier plugin that you are using, which is not 
giving 
repoze.who the username/password properly.

Are you using a built-in repoze.who identifier plugin? Or is it maintained by a 
3rd party? 

If it's a homegrown identifier, you may want to have a look at the code for 
repoze.who-
friendlyform which gives repoze.who the credentials with the right charset:
http://svn.repoze.org/whoplugins/whofriendlyforms/trunk/repoze/who/plugins/friendlyfor
m.py

Please use the mailing list if you need help to fix the identifier:
http://lists.repoze.org/listinfo/repoze-dev

Cheers.

----------
assignedto:  -> Gustavo
nosy: +Gustavo
priority: bug -> wish
status: unread -> resolved
topic: +repoze.who

__________________________________
Repoze Bugs <b...@bugs.repoze.org>
<http://bugs.repoze.org/issue149>
__________________________________
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to