[Repoze-dev] repoze.who plugins

2009-04-20 Thread Christoph Zwerschke
Hello, a question about the repoze.who plugin concept: I'm just writing a plugin for authentication against an XML-RPC service, implementing the authenticator and metadata provider interfaces . Inside the authenticate() method, I make a call to the XML-RPC service to check if the user exists and

[Repoze-dev] repoze.who and Unicode

2010-01-04 Thread Christoph Zwerschke
I'm using the repoze.who friendlyforms and sqlalchemy plugins via TurboGears, and noticed that repoze.who keeps the login as an encoded string (usually utf-8), while the default TurboGears user model class stores the user name as Unicode. This results in deprecation warnings from SQLAlchemy for