On Jul 22, 8:24 am, Dan <[email protected]> wrote:
> I just upgraded from v1.65.0 to v1.65.5 today and noticed that I could
> no longer log in to one of my controllers using wget's "--auth-no-
> challenge" option. After digging through the code, I see that there
> are two new lines that were introduced into the /gluon/tools.py file
> which cause the problem, and I've commented them out in this snippet:
> ###        if not self.settings.allow_basic_login:
> ###            return False

Simply add this to your code:
auth.settings.allow_basic_login = True

F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to