Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Quick password question.

  1. #1
    Join Date
    Feb 2008
    Location
    Colorado
    Beans
    241
    Distro
    Ubuntu UNR

    Quick password question.

    Hey im trying to change my Password for my account, but when i got to System -> Admin -> Users and Groups, my name isnt there , so can someone tell me how to change it from command line, I can figure it out.
    Registered Linux user #489078 Ubuntu user #27106
    "Every man dies. Not every man really lives." William Wallace
    Blog! www.vrekk.us

  2. #2
    Join Date
    Jun 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Quick password question.

    If you already have the correct password
    Code:
    sudo passwd username
    will do.


    to recover or change password without having to use the old one, in case you forgot it...
    bootup in recovery modes/

    then
    Code:
     cd /home/
    Code:
    ls -a
    You'll find your username there.
    then

    Code:
    passwd username
    Enter new UNIX password:
    Retype new UNIX password:
    passwd: password updated successfully

    reboot, log in with your username and passwd.
    When your thread it solved: go to thread tools > Mark this thread as solved
    for SIS 771/671 use xcompmgr to have transparent terminals. just load it at startup.

    And then they asked: what's a pbkac error?

  3. #3
    Join Date
    Feb 2008
    Location
    Colorado
    Beans
    241
    Distro
    Ubuntu UNR

    Re: Quick password question.

    You guys never fail me, i know my (now old) password im just updating it, any idea on why im not in the Users and Groups GUI though?
    Last edited by Vrekk; July 5th, 2009 at 07:05 PM.
    Registered Linux user #489078 Ubuntu user #27106
    "Every man dies. Not every man really lives." William Wallace
    Blog! www.vrekk.us

  4. #4
    Join Date
    Feb 2008
    Location
    Colorado
    Beans
    241
    Distro
    Ubuntu UNR

    Re: Quick password question.

    Ok i got my login pass changed, but now when i login the Network Manager wants to unlock its keyring, which is still on my old password. Where do i change that?
    Registered Linux user #489078 Ubuntu user #27106
    "Every man dies. Not every man really lives." William Wallace
    Blog! www.vrekk.us

  5. #5
    Join Date
    Jun 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Quick password question.

    Have a look here;

    http://mexpolk.blogspot.com/2008/02/...-password.html

    **In case link go's down***
    Code:
    sudo apt-get install seahorse
    Once installed open it, go to Edit -> Preferences menu. Select GNOME Keyring
    Last edited by mhgsys; July 6th, 2009 at 08:34 PM. Reason: in case link go's down
    When your thread it solved: go to thread tools > Mark this thread as solved
    for SIS 771/671 use xcompmgr to have transparent terminals. just load it at startup.

    And then they asked: what's a pbkac error?

  6. #6
    Join Date
    Feb 2008
    Location
    Colorado
    Beans
    241
    Distro
    Ubuntu UNR

    Re: Quick password question.

    Thanks problem sloved
    Registered Linux user #489078 Ubuntu user #27106
    "Every man dies. Not every man really lives." William Wallace
    Blog! www.vrekk.us

  7. #7
    Join Date
    Jun 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Quick password question.

    nice~,

    Your welcome.
    When your thread it solved: go to thread tools > Mark this thread as solved
    for SIS 771/671 use xcompmgr to have transparent terminals. just load it at startup.

    And then they asked: what's a pbkac error?

  8. #8
    Join Date
    Feb 2008
    Location
    Colorado
    Beans
    241
    Distro
    Ubuntu UNR

    Re: Quick password question.

    Ok i lied my problem is not sloved (Didnt notice this one), when every i log in i have to manually mount my /Private directory and type in my old password. How can i change that?
    Registered Linux user #489078 Ubuntu user #27106
    "Every man dies. Not every man really lives." William Wallace
    Blog! www.vrekk.us

  9. #9
    Join Date
    Jun 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Quick password question.

    To be honest;

    I don't know anything about encrypted Private Directory's.
    However;
    After some research I found this;

    To change your passphrase, use ecryptfs-wrap-passphrase
    Code:
    ecryptfs-wrap-passphrase ~/.ecryptfs/wrapped-passphrase

    Hope this helps for you.

    Also;
    Automount will fail when autologin is used.


    Found it all on this wonderfull page from bodhi.zazen.
    http://bodhizazen.net/Tutorials/Ecryptfs/


    ps; I've never seen a sloved thread, only solved ones.
    Last edited by mhgsys; July 6th, 2009 at 08:36 PM.
    When your thread it solved: go to thread tools > Mark this thread as solved
    for SIS 771/671 use xcompmgr to have transparent terminals. just load it at startup.

    And then they asked: what's a pbkac error?

  10. #10
    Join Date
    Feb 2008
    Location
    Colorado
    Beans
    241
    Distro
    Ubuntu UNR

    Re: Quick password question.

    Wow that worked perfectly! It automounts the way it should now. Thanks for all the help.
    Thanks problem solved (spelled it right this time)
    Last edited by Vrekk; July 6th, 2009 at 08:38 PM.
    Registered Linux user #489078 Ubuntu user #27106
    "Every man dies. Not every man really lives." William Wallace
    Blog! www.vrekk.us

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •