Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Basecamp users: 3stripe, stuart (36 degrees) and anyone else..

lamentlament
edited August 2005 in Vanilla 1.0 Help
stuart I emailed you about this but didn't hear from you, but maybe you guys can help a brotha out because I'm getting no love over on the basecamp forums; nor is anyone responding to my email from basecamp's support..

I have my login on another page not associated with the basecamp login site, but when I put in the correct username and password, it says it's invalid. from that error page on the basecamp site, i can login just fine with the same username/password that i just put in.

it's annoying the hell out of me. i've copied the code from their login, and I've looked at this page.. root URL is fine.

i'm at a loss. any suggestions?

Comments

  • MarkMark Vanilla Staff
    If I were to guess, I'd say it has something to do with Ruby.
  • MarkMark Vanilla Staff
    Or rails. Or whatever the hell it's called.
  • lamentlament
    edited August 2005
    according to that link, it should be as easy as copying the code and changing the root URL, which i did.. their code: <form action="/login/authenticate" method="post"> <dl> <dt>Username:</dt> <dd><input name="user_name" type="text" id="username" /></dd> <dt>Password:</dt> <dd><input name="password" type="password" id="password" /> <span>(<a href="/login/forgot_password">I forgot my password</a>)</span></dd> <dd><input type="checkbox" name="remember_me" /> Remember me for 2 weeks</dd> <dd><input type="image" src="/images/b-sign_in.gif" alt="Sign in" /></dd> </dl> </form> my code: <form action="http://foo.com/login/authenticate" method="post"> <p class="form">Username: <input name="user_name" type="text" id="username" /></p> <p class="form">Password:  <input name="password" type="password" id="password" /> <span class="small"><a href="http://foo.com/login/forgot_password">I forgot my password!</a></span></p> <p class="form"><input type="checkbox" name="remember_me" /> Remember me for 2 weeks</p> <p class="form"><input type="image" src="http://foo.com/images/b-sign_in.gif" alt="Sign in" /></p> </form>
  • lamentlament
    edited August 2005
    ahh I figured it out..

    https://www.foo.com

    damn the SSL!
  • but SSL is your friend! :)
This discussion has been closed.