commit | 69ba62169b8aeab02fcff3539a3883deb7723a40 | [log] [tgz] |
---|---|---|
author | Fabian Sommer <fabiansommer@chromium.org> | Mon Jul 07 15:44:25 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 07 15:44:25 2025 |
tree | 30b95144c6e88306bbfe0b6e3b22122aa26c8a2f | |
parent | e941d8028584df2a6e81b107308400ac7e2ed794 [diff] |
[M139] Fix login for new users with smart cards A previous patch disallowed logins for new users without passwords. However, this is the expected (and supported) case for smartcard users. Check if the user uses a smartcard, and allow login in this case. (cherry picked from commit d0e097f10cad3ed70000fa1c53db2a607a4577d4) Bug: 427474655 Change-Id: Ie22a147b7663f59ea8daa09ffd5e9308bcfc4cc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6678959 Reviewed-by: Elie Maamari <emaamari@google.com> Auto-Submit: Fabian Sommer <fabiansommer@chromium.org> Commit-Queue: Fabian Sommer <fabiansommer@chromium.org> Cr-Original-Commit-Position: refs/heads/main@{#1481545} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6708783 Cr-Commit-Position: refs/branch-heads/7258@{#851} Cr-Branched-From: f600d0656fd5b5fe4a82981f533d31ed6939e2e4-refs/heads/main@{#1477651}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.