[Repoze-dev] Listing usernames

2010-05-29 Thread Paul Winkler
Hi folks, I'm looking for a pluggable user-source solution that supports A) getting a list of known usernames, and B) checking whether a given username is known. In Zope 2, I might have used PluggableAuthService's searchUsers method, which in turn delegated to things implementing IUserEnumeration

Re: [Repoze-dev] routing exception when run as wsgi application

2010-05-29 Thread Graham Dumpleton
On May 26, 12:02 pm, Yuan HOng wrote: > Hi, > > I have an application with the following routing configuration: > >             path="wishlist" >         name="wishlistjson" >         header="Content-Type:application/json;*" >         xhr="true" >         factory=".order.wishlistview.wishlist_f