Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Issue 99373008: Fallback to on-line password check if local fails. (Closed)

Created:
6 years, 11 months ago by bcwhite
Modified:
6 years, 11 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Fallback to on-line password check if local fails. Relying on local-auth is not sufficient because locking can be enabled when no local credentials are present. Also, changing the password outside of this instance of Chrome would require using the old password to unlock, now no longer the case. This affects only new-profile-management. BUG=328017 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243575

Patch Set 1 #

Patch Set 2 : added missing OVERRIDE directives #

Patch Set 3 : added 'virtual' keyword required for Mac #

Total comments: 2

Patch Set 4 : save verified on-line auth password for later off-line use #

Total comments: 2

Patch Set 5 : move credential update to be only called after on-line auth #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -13 lines) Patch
M chrome/browser/ui/webui/signin/user_manager_screen_handler.h View 1 2 3 4 chunks +22 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/signin/user_manager_screen_handler.cc View 1 2 3 4 5 chunks +58 lines, -12 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
bcwhite
added missing OVERRIDE directives
6 years, 11 months ago (2014-01-06 21:31:17 UTC) #1
bcwhite
6 years, 11 months ago (2014-01-06 21:32:03 UTC) #2
bcwhite
added 'virtual' keyword required for Mac
6 years, 11 months ago (2014-01-07 16:17:18 UTC) #3
Roger Tawa OOO till Jul 10th
lgtm, with one question below. https://codereview.chromium.org/99373008/diff/190001/chrome/browser/ui/webui/signin/user_manager_screen_handler.cc File chrome/browser/ui/webui/signin/user_manager_screen_handler.cc (right): https://codereview.chromium.org/99373008/diff/190001/chrome/browser/ui/webui/signin/user_manager_screen_handler.cc#newcode303 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc:303: ReportAuthenticationResult(true); Should the code ...
6 years, 11 months ago (2014-01-07 19:20:03 UTC) #4
bcwhite
save verified on-line auth password for later off-line use
6 years, 11 months ago (2014-01-07 19:36:14 UTC) #5
bcwhite
https://codereview.chromium.org/99373008/diff/190001/chrome/browser/ui/webui/signin/user_manager_screen_handler.cc File chrome/browser/ui/webui/signin/user_manager_screen_handler.cc (right): https://codereview.chromium.org/99373008/diff/190001/chrome/browser/ui/webui/signin/user_manager_screen_handler.cc#newcode303 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc:303: ReportAuthenticationResult(true); > Should the code save the new password ...
6 years, 11 months ago (2014-01-07 19:36:41 UTC) #6
Roger Tawa OOO till Jul 10th
https://codereview.chromium.org/99373008/diff/290001/chrome/browser/ui/webui/signin/user_manager_screen_handler.cc File chrome/browser/ui/webui/signin/user_manager_screen_handler.cc (right): https://codereview.chromium.org/99373008/diff/290001/chrome/browser/ui/webui/signin/user_manager_screen_handler.cc#newcode454 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc:454: password_attempt_); Since ReportAuthenticationResult() is also called when local auth ...
6 years, 11 months ago (2014-01-07 21:09:19 UTC) #7
bcwhite
move credential update to be only called after on-line auth
6 years, 11 months ago (2014-01-07 21:16:16 UTC) #8
bcwhite
https://codereview.chromium.org/99373008/diff/290001/chrome/browser/ui/webui/signin/user_manager_screen_handler.cc File chrome/browser/ui/webui/signin/user_manager_screen_handler.cc (right): https://codereview.chromium.org/99373008/diff/290001/chrome/browser/ui/webui/signin/user_manager_screen_handler.cc#newcode454 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc:454: password_attempt_); On 2014/01/07 21:09:19, Roger Tawa wrote: > Since ...
6 years, 11 months ago (2014-01-07 21:16:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bcwhite@chromium.org/99373008/390001
6 years, 11 months ago (2014-01-08 13:44:00 UTC) #10
commit-bot: I haz the power
6 years, 11 months ago (2014-01-08 16:04:29 UTC) #11
Message was sent while issue was closed.
Change committed as 243575

Powered by Google App Engine
This is Rietveld 408576698