Best practices for login pages? - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T22:14:29Zhttp://stackoverflow.com/feeds/question/243957http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/243957/best-practices-for-login-pages8Best practices for login pages?Joe Lencioni2008-10-28T16:24:50Z2009-04-15T20:33:37Z
<p>I am working on a single sign-on login page using <a href="http://en.wikipedia.org/wiki/Shibboleth_(Internet2)" rel="nofollow">Shibboleth</a> that will be used for a variety of web applications. Obviously we would like to make this page as secure and usable as possible while limiting the effects of phishing scams.</p>
<p><strong>What are the best practices to keep in mind when designing a login page?</strong></p>
<p>Some questions that have come up around this issue:</p>
<ul>
<li>Is it important for the login page to always look the same on every display?</li>
<li>Conversely, would it be beneficial for the login page to have a random design?</li>
<li>Is it better for the login page to look the same as all of your other pages or should it have its own unique design?</li>
<li>If the login page has its own unique design, should it incorporate other constant elements from your site's design (such as global navigation)?</li>
<li>Is the login page an appropriate place to provide the user with additional content (such as latest news)?</li>
<li>Are there any additional security features that should be included to help keep people safe?</li>
</ul>
http://stackoverflow.com/questions/243957/best-practices-for-login-pages/243988#2439886Answer by Oscar Cabrero for Best practices for login pages?Oscar Cabrero2008-10-28T16:41:47Z2008-10-28T16:41:47Z<p>keeping the same design in your login page will let know your users they are attempting to log in to your page if design change randomly user may think the site has been moved, or they are being victims of pishing. so i would recomend to keep the same guidelines as your content pages</p>
http://stackoverflow.com/questions/243957/best-practices-for-login-pages/244006#2440064Answer by Dillie-O for Best practices for login pages?Dillie-O2008-10-28T16:46:12Z2008-10-28T16:46:12Z<p>One other "no duh" thing that I still see on a lot of applications I go to, if the credentials specified are invalid, do not indicate which one is invalid. Simply say something like "invalid user/password combination" instead of "invalid password" that will prevent those folks from social engineering to know a user base accessing your site.</p>
http://stackoverflow.com/questions/243957/best-practices-for-login-pages/244014#2440140Answer by Luk for Best practices for login pages?Luk2008-10-28T16:48:37Z2008-10-28T16:48:37Z<p>A useful tip for come circumstances:
You can disable client-side password saving by adding autocomplete="off" to the password field.</p>
<p>That doesn't work on all browsers (if I remember, IE 6+ and Firefox 3+)</p>
http://stackoverflow.com/questions/243957/best-practices-for-login-pages/244017#2440171Answer by StingyJack for Best practices for login pages?StingyJack2008-10-28T16:49:11Z2008-10-28T16:49:11Z<p><a href="http://msmvps.com/blogs/omar/archive/2007/03/24/prevent-denial-of-service-dos-attacks-in-your-web-application.aspx" rel="nofollow">include application level dos prevention</a> </p>
<p>Be non-specific with login failures. A generic "Login failed" instead of "Unknown Username".</p>
<p>Use a captcha or other turing test. </p>
http://stackoverflow.com/questions/243957/best-practices-for-login-pages/244021#2440210Answer by tloach for Best practices for login pages?tloach2008-10-28T16:51:09Z2008-10-28T16:51:09Z<p>Realize that your user is going to spend all of 10 seconds on that page generally, it really doesn't matter what it looks like so long as it is obvious where to put your user ID and password. Other than that just don't be one of those sites that offers to email me my password if I forget it. At least let me believe that it's hidden in a nice salted hash somewhere where you can't retrieve it ever.</p>
http://stackoverflow.com/questions/243957/best-practices-for-login-pages/244105#2441054Answer by Omniwombat for Best practices for login pages?Omniwombat2008-10-28T17:13:45Z2008-10-28T17:13:45Z<p>No matter what you design, a Phisher will be able to imitate it. Preventing phishing completely is a difficult problem. You will essentially have to have some means of identifying your users <em>before</em> they log in. Some banks do this now. You enter your name, and then they show you an image you yourself have selected, and then, once you are certain it's the same image, you enter your password. This may be a greater level of complexity than what your site requires.</p>
<p>On the technical side, Bank Of America accomplishes this by using a Flash Local Shared Object called PassMark. Your browser silently sends back this data identifying yourself to the Bank. If you delete the LSO, then you will not be shown your image because BofA can't identify you. Even this is still vulnerable to man-in-the-middle attacks.</p>
http://stackoverflow.com/questions/243957/best-practices-for-login-pages/244196#2441963Answer by Chris Kloberdanz for Best practices for login pages?Chris Kloberdanz2008-10-28T17:56:25Z2008-10-28T17:56:25Z<p>Seems like a no-brainer, but use HTTPS if the app requires it. Heck, even if it doesn't warrant it because people tend to reuse the same passwords. You can get a SSL cert cheap these days. If they lift a password from your site they can try it elsewhere. Even many banks don't have the login page on a secure line. It posts to an HTTPS page, but there is still no protection of a man in the middle type attack.</p>
<p>I agree with Omniwombat. Phishing is a hard problem to solve well and seemingly impossible to solve it completely.</p>
http://stackoverflow.com/questions/243957/best-practices-for-login-pages/244240#2442405Answer by scunliffe for Best practices for login pages?scunliffe2008-10-28T18:07:19Z2008-10-28T18:07:19Z<p>Usability notes: </p>
<p>Personally I <strong>hate</strong> when sites put the "forgot password" or "forgot username" or "help" links inbetween the password field, and the Login button. As a keyboard user, I shouldn't have to TAB over them to get to the submit button.</p>
<p>Better yet, also capture the Enter keypress on the password field so that I can auto-submit with the Enter key.</p>
http://stackoverflow.com/questions/243957/best-practices-for-login-pages/244277#2442770Answer by Matt R for Best practices for login pages?Matt R2008-10-28T18:16:24Z2008-10-28T18:16:24Z<p>The best i've seen so far in an attempt to stop phishing is a bank's login interface. The login is done in 3 parts, first the user enters their account number (debit card number, credit card number...), the second step will randomly list 1 of 3 questions specified by a user (eg: What highschool did you attend for grade 10), the last part, if the first two are successful is to display an image and some text specified by the user at sign up, with the password field below.</p>
http://stackoverflow.com/questions/243957/best-practices-for-login-pages/737941#7379410Answer by tidychaos for Best practices for login pages?tidychaos2009-04-10T15:10:41Z2009-04-10T15:21:13Z<p>@Joe Lencioni, and everyone else interested in Shibboleth</p>
<p>Your site pages should have the overall same look and feel on each page.</p>
<p>Regarding Shibboleth, and SSO. It is important to note which role your organization is associated with. Are you an Identity Provider - IdP (authenticating the user and then sending the response to the SP), or are you the Service Provider - SP (who will grant authentication based on the response and attributes sent by the IdP.</p>
<p>If you are a SP, you have whatever flexibility you desire to link your users to an IdP for them to login. Many SP create their own WAYF (Where Are You From) page that will redirect the user to the login page of the IdP.</p>
<p>If you are an IdP, you should have a login page that looks familiar to the user so they can login and then be redirected to the SP with the attributes that are needed for the SP to grant proper access.</p>
<p>As far as phishing scams go, it is important to keep Shibboleth metadata current. I believe many Federations recommend downloading metadata every (1) hour.</p>
<p>Many Shibboleth questions can be answered here: <a href="https://spaces.internet2.edu/display/SHIB2/Home" rel="nofollow">https://spaces.internet2.edu/display/SHIB2/Home</a></p>
<p>Hope this helps you out.</p>
http://stackoverflow.com/questions/243957/best-practices-for-login-pages/753581#7535811Answer by Murmelschlurmel for Best practices for login pages?Murmelschlurmel2009-04-15T20:33:37Z2009-04-15T20:33:37Z<p>Smashing Magazine has pretty complete round-up about login forms.
<a href="http://www.smashingmagazine.com/2008/07/04/web-form-design-patterns-sign-up-forms/" rel="nofollow" title="Link">Web Form Design Patterns: Sign-Up Forms</a></p>