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

edited March 2011 in Vanilla 2.0 - 2.8
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

Comments

  • Bump..
  • Anyone?
  • LincLinc Admin
    edited March 2011
    If you have RewriteUrls enabled, the form action is /forum/entry/signin

    //edit: added subfolder
  • How do I enable that?
    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.
  • Try this: action="/forum/index.php?p=/entry/signin"
  • Doesn't work.
  • Don't kick the topic within 24 hours please, furthermore, give it a little more time than 24 hours.

    There was an error rendering this rich post.

  • @halp Then I don't understand what you're trying to do.
  • Alright
    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"

  • bump.
  • Anyone...........
Sign In or Register to comment.