The Artima Developer Community
Sponsored Link

Java Buzz Forum
Mobile Thought: Passcodes instead of Passwords

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Russell Beattie

Posts: 727
Nickname: rbeattie
Registered: Aug, 2003

Russell Beattie is a Mobile Internet Developer
Mobile Thought: Passcodes instead of Passwords Posted: Apr 15, 2004 11:15 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Russell Beattie.
Original Post: Mobile Thought: Passcodes instead of Passwords
Feed Title: Russell Beattie Notebook
Feed URL: http://www.russellbeattie.com/notebook/rss.jsp?q=java,code,mobile
Feed Description: My online notebook with thoughts, comments, links and more.
Latest Java Buzz Posts
Latest Java Buzz Posts by Russell Beattie
Latest Posts From Russell Beattie Notebook

Advertisement
Every customizable web page on the internet has a sign in page. Username and password. Every secure application or server as well. Whether it's MySQL, Microsoft Money, Unix or Amazon.com you have the same paradigm for just about every single computer system that exists: Username and password.

But that doesn't work well on mobile phones. Entering in your user name and password is a pain in the ass. The question is, why do you have to do it? Why not have just one box to enter security info in, instead of two? Combine the two entries into one so that users can identify themselves more quickly and easily.

The easiest way is to just smoosh it all together, right? "russellb12345" That seems pretty reasonable to me. It identifies who you are and pretty much guarantees that someone else isn't going to guess the password. On the web, you'd probably enter in russellb as your user name and some password or PIN like 12345. But on a phone? Why not have them all together? It'd be easy on the server side as well, you'd just compare the passcode to a list of concatenated usernames + passwords for verification.

Now it seems simple, but I wonder if that breaks user expectations? If you say to a modern consumer, "enter your username and password" they get it, but "enter your passcode"? Hmm. I'm not sure. I guess I'll have to do some user testing.

It could be that by trying to make it simpler, I'd actually make it harder. We'll see...

-Russ

Read: Mobile Thought: Passcodes instead of Passwords

Topic: Debugging Using DTDs Previous Topic   Next Topic Topic: Noteback: Updates from the week

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use