Close Menu
    X (Twitter)
    Hectic GeekHectic Geek
    • Apps
      • Apps for Mac
      • Apps for PCs
      • Best Apps
    • Concepts
      • Comparison
      • For Geeks
      • IT Careers
    • Gadgets
      • Accessories
      • Best Work Laptops
      • Budget Laptops
    • GNU/Linux
      • Ubuntu
    • How To
      • Virtualization
      • Windows
      • Windows How-To
    Hectic GeekHectic Geek
    Home » How to Skip the “new password is too simple” Message in Ubuntu Linux?
    Ubuntu

    How to Skip the “new password is too simple” Message in Ubuntu Linux?

    GayanBy GayanJanuary 26, 2012Updated:January 22, 201619 Comments2 Mins Read
    Twitter Reddit Telegram WhatsApp Email
    Share
    Twitter Reddit Telegram WhatsApp Email

    Because having a strong password does make a difference, when we’re setting up a password in Ubuntu it checks whether if it is strong enough or not before accepting it into the system by based on few things (the number of characters, whether if it has digits and punctuation marks etc).

    So, if you entered a simple or a “weak” password, then the OS might give you an error saying that you have to enter a new, more stronger password and the current one is unacceptable. Recently I wanted to change my password in Ubuntu Linux (using 11.10 Oneiric Ocelot) but while trying to do so, it gave me an error in user account management tool as shown below.

    Now the best thing one should do here is to enter a more secure password but I just wanted to enter my old one but while using this utility I couldn’t do it.

    Luckily, for the good or the worse the “root” (also known as “sudo”, though “root” is a bit powerful than “sudo” in technical terms) user in GNU/Linux is the ultimate authority thus such restrictions simply aren’t valid to him/her, and you can use the command-line with ‘sudo’ privileges to change the password.

    Most GNU/Linux users know this already. But if you’re a newcomer …

    All I did was, fire-up my Terminal window and entered the below command which solved the “issue”.

    sudo passwd gayan

    Replace “gayan’ with the name of the user that you want to change the password, you’ll have to have administrative privileges to do this (obviously) and then follow the on screen details.

    A weak password might be easy to remember and ‘crack’ so always try to use a powerful one …

    Interestingly the user account tool (GUI) that you get after installing Ubuntu won’t let you do it, it is actually possible on the Ubuntu’s installation wizard as you can enter a weak password and the OS will give a warning but it’ll accept it into the system.

    Anyway, if you wanted to change your current password into anything you like (even a single character, ahh the wildest dream of every hacker! ;-)) that is one way to do it. Good luck.

    Share. Twitter Reddit Telegram WhatsApp Email
    Gayan

    An RHCE, 'Linux' user with 14+ years of experience. Extreme lover of Linux and FOSS. He is passionate to test every Linux distribution & compare with the previous release to write in-depth articles to help the FOSS community.

    Related Posts

    How to Check Linux CPU Usage?

    February 5, 2024

    Linux export Command: A Comprehensive Tutorial

    February 3, 2024

    Debian vs Ubuntu Server: A Brief Comparison for Beginners

    July 2, 2023

    CPU Based Simple System Stability and Benchmark Tester for Ubuntu Linux – systester

    June 16, 2023

    Typespeed: Typing Speed Testing Game for Ubuntu Linux

    March 12, 2023

    Debian vs Ubuntu in 2023- Which Linux OS is Right for You?

    January 6, 2023

    19 Comments

    1. Eduardo on July 13, 2012 5:32 pm

      On Ubuntu 10.04 it does not work. Computers should not parent users! It is ridiculous! If I want my password to be ridiculously easy to guess, I should be warned, but if I ignore it, that is my problem!

      Reply
      • Gayan on July 13, 2012 8:24 pm

        Sorry to hear that 'Eduardo'. Can you give me the error that you get? (perhaps I might be able to help you out …)

        Reply
    2. Jonathan on September 20, 2012 2:55 am

      Worked fine, thank you. I suppose if it is expected that a complex password is always used then a simple one is not a problem.

      Reply
      • Gayan on September 20, 2012 1:45 pm

        Hi 'Jonathan',

        Well, that's one way to look at it ;-).

        Reply
    3. Soul on March 19, 2013 10:31 pm

      thanks for the tip bro

      Reply
      • Gayan on March 20, 2013 7:48 am

        You are welcome mate! :).

        Reply
    4. Ashish on September 8, 2013 5:43 pm

      It worked! Thanks a lot 🙂

      Reply
      • Gayan on September 9, 2013 7:26 am

        You’re welcome Ashish.

        Reply
    5. fakus on October 29, 2013 11:26 pm

      Doesn’t work on 13.10 the shown enter password thingy comes up, then no matter what you type (and after you press enter) it says sorry try again, and again and again 3 times then just says 3 incorrect tries.

      Reply
      • Gayan on October 30, 2013 11:18 am

        Hi,

        I just tried it on Ubuntu 13.10 (for a ‘standard’ and an ‘administrator’ account) and it worked. Please check the following before trying again.

        1. Before entering the command, make sure you’re logged into a user account that has administrative privileges.

        2. Then upon entering the command (sudo passwd username), when asked, enter the administrative password of the currently logged in user to authorize the command.

        3. Once that’s done, then you’ll be asked to enter a new password for the user account that you wanted change (you’ll have to enter it twice to conform), and that’s it.

        Good luck.

        Reply
    6. bert vd on March 3, 2015 11:03 pm

      Tnx, Gayan,
      It worked on Ubuntu 14.04
      I agree with Eduardo that an OS should not parent us. A warning would be enough.
      But tnx anyway, and newcomers in linux are too often bombarded with geek explanations, this one was quite simple !

      Reply
      • Gayan on March 4, 2015 7:08 am

        You’re welcome 🙂 .

        Reply
    7. xyz0k on February 15, 2016 3:04 pm

      It worked,

      Ty!

      Reply
      • Gayan on February 15, 2016 5:21 pm

        You’re welcome.

        Reply
    8. Tommy on May 24, 2016 9:28 pm

      Thanks Worked on Zorin OS 11 (Ubuntu derivative).

      Reply
      • Gayan on May 25, 2016 6:55 am

        You’re welcome Tommy.

        Reply
    9. martin on November 30, 2019 3:36 pm

      thx
      also worked on actual mint

      Reply
      • Gayan on December 3, 2019 9:02 pm

        You’re welcome.

        Reply
    10. Frank Drebin on February 29, 2020 3:58 am

      Ubuntu 18.04 keeps parenting its users, luckily the terminal prompt still works. Thank you!

      Reply
    Leave A Reply Cancel Reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Latest Posts

    Transforming Geek Culture with Advanced Software Development

    April 8, 2024

    The Role of Technology in Enhancing Digital Signage Solutions

    February 21, 2024

    How to Check Linux CPU Usage?

    February 5, 2024

    Linux export Command: A Comprehensive Tutorial

    February 3, 2024

    [Fixed] HDMI No Signal to TV or Monitor on Windows 10/11

    November 7, 2023

    AlmaLinux vs Ubuntu – How to Select the Best One?

    October 22, 2023

    Subscribe to Updates

    Get the latest news and updates from Hectic Geek. We won't overload you or sell your data!

    Contact
    • About Us
    • Contact Us
    • Privacy Policy
    • Write for Us
    X (Twitter)
    © 2026 Hectic Geek.

    Type above and press Enter to search. Press Esc to cancel.