Skip to content

Instantly share code, notes, and snippets.

@baptistarm
Last active February 4, 2022 17:04
Show Gist options
  • Save baptistarm/c20b993298927e882ab9913489eb216f to your computer and use it in GitHub Desktop.
Save baptistarm/c20b993298927e882ab9913489eb216f to your computer and use it in GitHub Desktop.
Fix to keyring authentication required with wrong password message.

How to fix "Keyring Authentication Required" issue (Ubuntu 20.04)

Scenario

Sometimes a window popup, asking you a password do make a certain action on the system

keyring-01


But the problem happends when it says that "your password is incorrect"

keyring-02

So, follow the below steps to solve this problem:


Steps to solve the problem

  1. Hit the Super button on your keyboard (the one with windows logo) and search for 'key' (english OS) or 'chave' (pt-br OS)

    keyring-03




    • Click the icon of passwords and keys
    • Right click on "Login" icon
    • Click to delete it

    keyring-04



  2. Click on ckeckbox and click "Delete"

    keyring-05



  3. Click the plus icon on top left

    keyring-06



  4. Click on "Password keyring"

    keyring-07



  5. Add a name to your password keyring (it can be "Login" again)

    keyring-08



  6. Add the new password. It MUST be the same that you use to login on your notebook's user!

    keyring-09



The end

mission-accomplished

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment