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
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