5

The Smart Lock popup dialog just has two buttons, one is "never", and other is "save password". if a user accidentally click "never", the SmartLock will be disabled until he use a chrome app to delete the "never saved password" item, which is way too many steps for a "lazy user" , and it is very likely that this user may not use the SmartLock like forever

In our opinion , if a user doesnt want to save his password to SmartLock just once, its very likely that he will click "never" since the Dialog just has two buttons.... Few of them know if they click anywhere else in the screen they can just dismiss the Dialog.... and once they click never, they lose the chance to enjoy SmartLock ;( So we suggest if google can offer 3 buttons for the Dialog, "never", "no"," save password ", which will be easier for user to understand what they are doing. enter image description here

Qing
  • 1,401
  • 2
  • 21
  • 41

1 Answers1

12

I work on the Smart Lock team at Google and we debated the wording of this dialog for months and extensively studied user interaction very carefully in the lab and have sampled millions of user actions on the dialog in live apps and websites to monitor save, decline, and cancel rates. Note that the Never selection is only an opt-out for the app in question and does not affect other unrelated apps.

A few of the findings from user research and feedback:

  • When asking users in the lab what they might do if they did not want to select either option (Never or Save password), most noted that they would tap outside or tap the back button, which are the established cancel actions in Android UI design patterns. So we did not find an issue with discoverability of the cancel action if strongly preferred.

  • Adding a third option to the dialog significantly complicates the dialog (both visually and cognitively) and adds substantial confusion and indecision for the user, in that they have to process the difference between Never and No thanks, rather than making a simpler decision between two options.

  • In practice, we found that user preference to save a password very rarely changed: if user declined once, they would overwhelming choose to decline again if prompted again later, even after some time. In practice, this means that a No thanks (not now) option presented the worst possible outcome: user does not get into the saved credential state (with auto sign-in) and was also repeatedly prompted and interrupted whenever they sign in to the app again.

Thus, the current implementation only presents the two options (Never / Save password, or Save account for non-password credentials) to steer the user toward a decision putting them in a better state, where they are not prompted again for this app, or opt in to benefit from saved information. From the data we've see, the benefit of not continually prompting a user in the common decline case greatly outweighs the lost opportunity to save easily after having declined previously.

But the question does raise a good point that removing an app from the "Never save" list is a lot of steps (it can be done in Chrome settings, passwords.google.com, or Android Google Settings) and might be worth revisiting, especially in the event it was accidentally selected, as noted in question. And if some change in user affinity for saving password data is detected (e.g. user starts opting in to save data for other apps), it might be appropriate to prompt the user to review the apps for which they've opted out.

(Note: one other variation we considered was having "Never save" apply to just the username in question, but that also added a lot of complexity and confusion, and in the studies, the majority intent from users in declining was not to save any password information with Google at all for the app, it was rare that user would have multiple accounts and only want to save one, but not another)

Steven
  • 3,812
  • 23
  • 38
  • thanks Steven for the explanation, since google did research on the user behaviour i do agree that never and save buttons are enough for users ;) – Qing Feb 29 '16 at 05:31
  • Something I'm currently seeing with my testing on Android is that after saying "Never", then going into Google Settings and removing the app from the "Never save" list, our app is re-appearing in the never save list minutes later (without the user hitting never again). – Scott Mar 23 '16 at 15:28
  • 1
    Hi Scott, sorry, yes, this is known regression in this week's release, it will be fixed by the end of the week. In the meantime, you can go to desktop Chrome chrome://settings/passwords and remove the app from the "Never save" list there and it will sync to and update the device within a couple minutes. Also keep in mind that you will need to do this for all Google accounts that were on the device when you selected "Never": http://stackoverflow.com/questions/31924627/google-smart-lock-dialog-for-saving-credentials-does-not-appear-when-testing – Steven Mar 23 '16 at 18:23
  • Should be fixed now! – Steven Mar 25 '16 at 20:22
  • @StevenSoneff I can see "Never save" list on Chrome settings, but I can't see it on passwords.google.com. I have double checked that I used the same Google account. Also, I can't seem to find Smart Lock for Passwords setting on Lollipop device. Where is it located, exactly? (I can't find it on Google Setting app > Smart Lock for Passwords) – HoverPhoenix Mar 18 '17 at 17:17
  • @StevenSoneff The options I get are "Save" and "Nope" and when I use "Nope" it asks every time! (Just what you said above would be annoying.) How can I get "Never" back? I had saved credentials before but no longer want to. (I did delete that site from Smart Lock settings.) – Jeff Learman Jul 28 '17 at 17:33
  • @StevenSoneff Awesome points, I kind of had similar points when I read the question at the first time and thought of answering. The simple strategy applies everywhere is "Think about the user first and not about your app". – Piyush Agarwal May 07 '18 at 18:10