In the online book, section 8.2: Authorization, the line of code that
shows how to enable basic authentication reads as:

auth.settings.allow_basic_authentication = True

This needs changed to:

auth.settings.allow_basic_login = True

Also, further down the page, there is a line that reads
"auth.settings.allows_basic_auth = False". I'm not sure if that is
intended to accomplish the same thing... maybe it needs changed there
as well.

Thanks!


-- 
To unsubscribe, reply using "remove me" as the subject.

Reply via email to