Results 1 to 9 of 9

Thread: new id and password

  1. #1
    Join Date
    May 2010
    Beans
    16

    new id and password

    i,m a newbe i,m want to create a new id and password so it,s a bit more secure just for my internet banking etc, can any one help ??

  2. #2
    Join Date
    May 2010
    Beans
    108
    Distro
    Xubuntu

    Re: new id and password

    Assuming you have root privileges, there are a couple of ways. The quickest is through the terminal:

    sudo useradd "username"
    sudo passwd "username"

    Where "username" is of course the username you want. You'll be prompted to give a password after the second command.

  3. #3
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: new id and password

    You can do it with System->Administration->Users and groups
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

  4. #4
    Join Date
    Apr 2008
    Location
    AZ
    Beans
    2,070
    Distro
    Ubuntu

    Re: new id and password

    you can do it with one command by specifying the password with the -p switch

    Code:
    sudo useradd username -p password
    Quote Originally Posted by ThesaurusRex View Post
    sudo useradd "username"
    sudo passwd "username"

  5. #5
    Join Date
    Jan 2010
    Location
    No longer SoFl
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: new id and password

    Do you want to do this for the bank, or for your use on ubuntu?

  6. #6
    Join Date
    May 2010
    Beans
    108
    Distro
    Xubuntu

    Re: new id and password

    Quote Originally Posted by SoFl W View Post
    Do you want to do this for the bank, or for your use on ubuntu?
    But if it was for the bank, wouldn't it just be done from a website these days?
    I'll take you out for a meal with Mr and Mrs. Pain. Order up some violent quiche.

  7. #7
    Join Date
    Jan 2010
    Location
    No longer SoFl
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: new id and password

    Quote Originally Posted by ThesaurusRex View Post
    But if it was for the bank, wouldn't it just be done from a website these days?
    Yes. That is why I was a little confused. I wasn't sure if he was asking how to come up with a unique and secure username and password for his bank or weather he wanted an account on ubuntu to use just for online banking. (I am still trying to wake up)

  8. #8
    Join Date
    May 2010
    Beans
    16

    Re: new id and password

    i,m wanting a seperate id and pass on ubuntu to use just for online banking and a few other sites

  9. #9
    Join Date
    May 2010
    Beans
    108
    Distro
    Xubuntu

    Re: new id and password

    Quote Originally Posted by retro-rocket View Post
    i,m wanting a seperate id and pass on ubuntu to use just for online banking and a few other sites
    In that case, we're leading you in the right direction. Any progress?
    I'll take you out for a meal with Mr and Mrs. Pain. Order up some violent quiche.

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
  •