I'd like to be able to login a user using ajax if possible. I thought using LOAD for the built-in user forms would work, but when I add this to my index.html
{{=LOAD(c='default', f='user', args='login', ajax=True)}}
It only shows "Loading ...". Is this possible or do I have to use auth.login_bare?