3
votes
2answers
93 views

Is remembering and using user ID when logged out a bad thing?

I'm developing a website for a group of people who play a game online. (It's for a mmorpg guild). I'm creating it all myself rather than using an existing system mostly to learn website skills as I'm ...
7
votes
1answer
96 views

Where should I locate logon steps for a private shopping site?

I'm developing a private shopping site workflow (like gilt.com and markavip.com) but I'm unable to decide which page to put login/register on. I'm considering these locations: Product list page ...
4
votes
3answers
188 views

Where to redirect after successful login?

What is best practice to handle what happens to the user after the successfully login on a dedicated login page. Our current website has 2 possibilities. If the user was directed to the login page ...
8
votes
3answers
301 views

Would it be bad design (and unsafe) to put password guidelines next to a login box?

Different websites have different password requirements Some are content with a combination of just lower case words Some require a combination of lower case and upper case words Some require ...
0
votes
1answer
100 views

When should “Log on” or “Log off” be used? [duplicate]

Possible Duplicate: Using “Sign in” vs using “Log in” I'm porting an old application that has a "Log on" screen. When would I use "Log on" vs the alternatives (Sign ...
1
vote
3answers
126 views

OpenID login takes a second, how do I make it feel quicker?

Users on my site log in via OpenID. This is what loggin in looks like: Click the login link in the header Click one of 6 OpenID providers (wait one second) If they're there for the first time: Log ...
14
votes
7answers
1k views

What is the most pleasant and fast UX when logging in / registering for a private web-app?

In my case, the openId login is out of the question. The application that I'm working on will only allow corporate users with a given specific email domain to register. The login/register form needs ...
7
votes
4answers
426 views

Correct length for login timeout?

My company has created lots of computer software but one issue we have is with login timeouts. Some developers want to make them shorter for security, while most users want it be infinite? Is there ...
3
votes
1answer
307 views

Ideal login / password / signup page for editing account

I am trying to design a simple login and password signin dialog box that pops in on the same page. I don't want the user to navigate AWAY from the page to login. I am looking for examples of sites ...
8
votes
7answers
607 views

Is it a bad idea to have input fields after password on a login form?

I was intrigued by this statement by @DanWilson on Twitter: All Web Developers: Never Ever Ever put anything after the password box and before submit button on a form. Tab MUST go directly ...
7
votes
7answers
231 views

How to handle account disabling and enabling

I'm currently building a small online dating service and am wondering what the best task flow is if a user disables their account. (When an account is disabled, all their data is retained but they ...