Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorlament
    • CommentTimeAug 31st 2005 edited
     # 1
    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?
    •  
      CommentAuthorMark
    • CommentTimeAug 31st 2005
     # 2
    If I were to guess, I'd say it has something to do with Ruby.
    •  
      CommentAuthorMark
    • CommentTimeAug 31st 2005
     # 3
    Or rails. Or whatever the hell it's called.
    •  
      CommentAuthorlament
    • CommentTimeAug 31st 2005 edited
     # 4
    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>
    •  
      CommentAuthorlament
    • CommentTimeAug 31st 2005 edited
     # 5
    ahh I figured it out..

    https://www.foo.com

    damn the SSL!
    • CommentAuthormoe
    • CommentTimeAug 31st 2005
     # 6
    but SSL is your friend! :)
Add your comments
    Username Password
  • Format comments as