Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Remote logins
Say I own my community page at www.community.com
but the forums are www.community.com/forums
what is the login.php file that it processes to login, so I can make a on my www.community.com page that the action can log them into
but the forums are www.community.com/forums
what is the login.php file that it processes to login, so I can make a on my www.community.com page that the action can log them into
0
Comments
//edit: added subfolder
I just want to set the action on the login form that i'm doing to whatever the action is that is used to process the login for Vanilla.
There was an error rendering this rich post.
with HTML Forms you have the tag..
And with the tag you have this:
So you have two textboxes, a username and a password. But what is the action that the form needs to read from, for example.
If it was my own PHP login system, it would be: action="dologin.php"