Forum Moderators: phranque
i am debating whether to have a username/password/remember me/forgotten password set of input fields top right on ever page...or simply a neat link to Login that navigates to a standalone login page.
My question is: what are the pros and cons of each?
I am aware that many sites now create their login on a seperate https:// page for increased security but it is quite nice to login from and page and continue your journey from there.
My site does not have online registration (these are done manually and sent to clients for login) so it's not like i could combine a login/register area. a link to a login page would be neater though and would enable me to navigate the user to a logged in dashboard page once authenticated.
Does anyone have any additional thoughts on pros and cons of each?
My only thought on keeping the form on every page, you should make it dynamic. Create a javascript function that displays the form in the corner when they click the login link. That gives you the best of both worlds. A neat link in the corner, and the user does not have to leave the page to login.
I've seen a few sites where you could type in the URL for so-called protected content, and view it directly without a password challenge.
The password page only appeared if you followed the site navigation, it wasn't properly protecting the content from access.
i like the neat javascript idea - once logged in that would of course change to log out. it also wouldn't butcher the design, which a crowded username/pword/forgotten pword/remember me block of input fields does..