Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Build a Simple Ruby on Rails Application Creating an Authentication System Generating the Devise Views

I cannot sign out. So I can't get to the sign in page.

I am using google chrome and after I signed in initially I hit save password so now I automatically sign in and every time I go to localhost:3000/users/signup it brings me back to localhost:3000 with an error message "You are already signed in."

2 Answers

Katie Wynkoop
Katie Wynkoop
78 Points

If you go to your chrome settings and have it no longer remember that password and that should clear that up. I personally don't use that feature, but, having cyber-security background makes you paranoid.

Sorin Pantis
Sorin Pantis
6,769 Points

You could also use Chrome in incognito mode, so it doesn't store any session related data.