I’ve ran passwd and sudo su; passwd to change password for root and my account. Password is set correctly when using sudo and su but whenever I get prompted by pkexec it accepts only the old password. I’ve rebooted my system to make sure it was not an issue.

  • Morethanevil@lemmy.fedifriends.social
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    sudo passwd myname changes the password of the user myname and allows unsecure passwords

    passwd changes the password of the active user and disallows unsecure passwords

    sudo passwd changes the password of the root account