![]() |
sudo / lock screen password keeps resetting to default - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: sudo / lock screen password keeps resetting to default (/showthread.php?tid=11266) |
sudo / lock screen password keeps resetting to default - ergo owl - 09-03-2020 This is the second time I have installed mobian on the eMMc of my Pinephone UBPorts Edition. The first time I changed the password from the default "1234" using the terminal emulator with the command "sudo passwd" and it worked. However, after making some annoying changes I couldnt revert, I decided to reinstall everything and now, when I try to change the password in the terminal emulator using the same command "sudo passwd", it says: passwd: password updated successfully But, when I lock the screen and then attempt to unlock it with the new password. It doesnt work. When I try with the default "1234" password it works like if I had never changed it "successfully". Not sure what is happening or what Im doing wrong, maybe Im just tired. Any ideas? RE: sudo / lock screen password keeps resetting to default - User 18618 - 09-03-2020 Reboot. RE: sudo / lock screen password keeps resetting to default - ergo owl - 09-03-2020 (09-03-2020, 08:59 AM)jed Wrote: Reboot. Yeah that doesnt fix anything for me. When I type the password I "successfully" set in the terminal it reads "Checking..." and then fails to unlock. I put the original passcode "1234" and the screen unlocks. RE: sudo / lock screen password keeps resetting to default - dukla2000 - 09-03-2020 how about sudo passwd mobian, or just passwd (think you need the sudo to avoid moans about numeric only password?) RE: sudo / lock screen password keeps resetting to default - User 18618 - 09-03-2020 (09-03-2020, 12:37 PM)dukla2000 Wrote: how about sudo passwd mobian, or just passwd (think you need the sudo to avoid moans about numeric only password?) Yep. RE: sudo / lock screen password keeps resetting to default - a-wai - 09-04-2020 Not anymore ![]() RE: sudo / lock screen password keeps resetting to default - ergo owl - 09-04-2020 (09-03-2020, 12:37 PM)dukla2000 Wrote: how about sudo passwd mobian, or just passwd (think you need the sudo to avoid moans about numeric only password?) Yes!! It worked! sudo passwd mobian Thank you, this was annoying me so much lol. |