Author Topic: Change user password  (Read 1198 times)

Offline rotaj

  • Jr. Member
  • **
  • Posts: 16
Change user password
« on: September 27, 2011, 01:07:42 PM »
I know this probably is something brain dead simple, but how do you change the primary users' password?(not the root pw)

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12801
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Change user password
« Reply #1 on: September 27, 2011, 01:19:41 PM »
All You need to do is

a) login as root and use konsole

Code: [Select]
passwd username
replace username with actual login of the user You want to change password for and press enter. Now type in new password twice confirming each time by pressing enter and You're all set.

You can use su -c "passwd username" command instead of logging in as root... ;)

b) Use Kmenu > More applications > Configuration > Configure Your computer

And on the System tab click on Manage users on the system entry.

Right click on the user You want to change password for and choose Edit from the menu.

I am sure You can handle the rest of the procedure ;).

Regards.

Andy
« Last Edit: September 27, 2011, 01:24:57 PM by AndrzejL »

Offline rotaj

  • Jr. Member
  • **
  • Posts: 16
Re: Change user password
« Reply #2 on: September 27, 2011, 01:25:06 PM »
Does this work with the LXDE version?

I tried using drakconf, system, manage users.

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12801
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Change user password
« Reply #3 on: September 27, 2011, 01:27:21 PM »
Also this topic could be of interest to You.

Andy
« Last Edit: September 27, 2011, 01:30:31 PM by AndrzejL »

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12801
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Change user password
« Reply #4 on: September 27, 2011, 01:28:47 PM »
Does this work with the LXDE version?

I tried using drakconf, system, manage users.

Yes - terminal method will work in any version of PCLinuxOS and also Configure Your computer aka PCLinuxOS Control Center is available in every PCLinuxOS release by default.

Andy

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: Change user password
« Reply #5 on: September 27, 2011, 04:19:48 PM »
rotaj,
kmenu = menu in LXDE.