Hello, I have a web2py server that provides a backend for a mobile app. Users have been logging using their username and password so far. I use basic auth and every api call is authenticated through the cookie.
But now I need a new login method so the user can login using its username only (not its password), Is there any way to hace this? I've tried using this: session.logged_in_user = username But the user seems to be not logged because every api call after that returns a "user not authenticated" error. What could I do? should I do something with the cookies?? Thank you very much and kind regards! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

