Results 1 to 8 of 8

Thread: How do I change upper case password to lower case?

  1. #1
    Join Date
    Sep 2011
    Beans
    37

    How do I change upper case password to lower case?

    When I very recently installed Ubuntu I accidently entered my password in upper case.

    I tried to change it in 'User Accounts', but I get a message saying the new password is too similar to the old one.

    If I change it to something very different can I then go back to my preferred password?

    Or

    Is there a way of changing my password without using the 'User Accounts'?

    Thanks Greg

  2. #2
    PaulW2U is offline I Ubuntu, Therefore, I Am
    Join Date
    May 2010
    Beans
    3,110
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: How do I change upper case password to lower case?

    Quote Originally Posted by gertcher View Post
    If I change it to something very different can I then go back to my preferred password?
    I believe I have made exactly the same mistake in the past.

    Try it. I'm sure that you then can use the lower case version of your password.

  3. #3
    Join Date
    Sep 2011
    Beans
    37

    Re: How do I change upper case password to lower case?

    Quote Originally Posted by PaulW2U View Post
    ..... I'm sure that you then can use the lower case version of your password.
    That was too simple. It took less time than posting the question. Cannot think why I just did not try it.

    That means the security only stops you making something near to the previous password and does not keep a list.

    Thanks Greg

  4. #4
    Join Date
    Sep 2011
    Beans
    37

    Re: How do I change upper case password to lower case?

    I can now log in from cold or when the computer wakes with my now lower case password, but if I need to execute a function requiring my permission and therefore my password it is still in upper case. Where do I go to alter that password?

  5. #5
    Join Date
    Oct 2012
    Beans
    10

    Re: How do I change upper case password to lower case?

    I am not sure if this helps but maybe you can try it from the terminal with
    sudo passwd username
    or
    sudo passwd?
    (first one changes user password second one the root password)

  6. #6
    Join Date
    Jul 2010
    Beans
    35

    Re: How do I change upper case password to lower case?

    do it in recovery mode:

    http://www.psychocats.net/ubuntu/resetpassword



    Did it help?


  7. #7
    Join Date
    Sep 2011
    Beans
    37

    Re: How do I change upper case password to lower case?

    I tried Meschi's tip. Not sure if it worked, got a feeling it is necessary to shut down before the changes take effect. I am not sure because I had been trying other options so something else might have produced the desired effect. Anyway, I can now log in to all parts of my Ubuntu installation with the same lower case password.

    Thanks to all

    Greg

  8. #8
    Join Date
    Apr 2012
    Beans
    76
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How do I change upper case password to lower case?

    It would help if you checked your account's password requirements policy using:

    Code:
    sudo chage -l username
    Read more about it in the Password Policy section of the following guide:
    https://help.ubuntu.com/12.04/server...anagement.html

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •