LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-18-2016, 09:14 AM   #1
Ajwad
Member
 
Registered: Feb 2016
Location: Asia
Distribution: Mint
Posts: 30

Rep: Reputation: Disabled
How do I remove the password on my startup screen?


My laptop is at home 24/7 so dont really need a password. How do I remove it?

Using Mint 17.1
 
Old 02-18-2016, 09:22 AM   #2
153rd
Member
 
Registered: Mar 2015
Location: The Netherlands
Distribution: CentOS 7, Ubuntu 12.04, Linux-Mint 17.3
Posts: 46

Rep: Reputation: Disabled
Try out this

But do read this
 
Old 02-18-2016, 09:36 AM   #3
Ajwad
Member
 
Registered: Feb 2016
Location: Asia
Distribution: Mint
Posts: 30

Original Poster
Rep: Reputation: Disabled
One of the comments there: "For some reason this does not work for me.
The preferences seem to change – no problem.
When I log out and log in again, nothing has changed, I still have to enter my username and password.
On checking preferences, the “log on automatically” box is still checked.
Any ideas how I can solve this?"

Im getting the same thing
 
Old 02-18-2016, 09:40 AM   #4
153rd
Member
 
Registered: Mar 2015
Location: The Netherlands
Distribution: CentOS 7, Ubuntu 12.04, Linux-Mint 17.3
Posts: 46

Rep: Reputation: Disabled
Hey, allright let's give it a shot using the command line interface or shell/bash.

Type [sudo passwd -d <your username>]

This will delete the password for your user account and should unset it.

Let me know if it works!
 
Old 02-18-2016, 09:56 AM   #5
jmgibson1981
Senior Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: Debian
Posts: 1,151

Rep: Reputation: 393Reputation: 393Reputation: 393Reputation: 393
Quote:
Originally Posted by 153rd View Post
Hey, allright let's give it a shot using the command line interface or shell/bash.

Type [sudo passwd -d <your username>]

This will delete the password for your user account and should unset it.

Let me know if it works!
Don't do this if you want access to your computer... The proper way would be to change login to auto login and edit the /etc/sudoers file to make it not require a password when using sudo. The above suggestion will only lock you out of your computer with no way to fix save for a live disk and chrooting in to reset the password.
 
Old 02-18-2016, 10:20 AM   #6
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by Ajwad View Post
My laptop is at home 24/7 so dont really need a password. How do I remove it?

Using Mint 17.1
You may feel you don't need a password even on a sole-user system, but what password are you seeking to remove?
Login? sudo apt-* stuff, all of them?

Security is non-negotiable. Anyone who advises you that you don't need a password is wrong.
Any "conclusion" to the same end is also wrong.

Anyone who shows you how to remove it, is unprofessional, careless, and irresponsible.

If you don't want a password in Linux, Go back to Windows.
 
Old 02-18-2016, 10:33 AM   #7
153rd
Member
 
Registered: Mar 2015
Location: The Netherlands
Distribution: CentOS 7, Ubuntu 12.04, Linux-Mint 17.3
Posts: 46

Rep: Reputation: Disabled
Quote:
Originally Posted by Habitual View Post
You may feel you don't need a password even on a sole-user system, but what password are you seeking to remove?
Login? sudo apt-* stuff, all of them?

Security is non-negotiable. Anyone who advises you that you don't need a password is wrong.
Any "conclusion" to the same end is also wrong.

Anyone who shows you how to remove it, is unprofessional, careless, and irresponsible.

If you don't want a password in Linux, Go back to Windows.
I disconcur.
 
Old 02-18-2016, 10:51 AM   #8
Ajwad
Member
 
Registered: Feb 2016
Location: Asia
Distribution: Mint
Posts: 30

Original Poster
Rep: Reputation: Disabled
"Anyone who shows you how to remove it, is unprofessional, careless, and irresponsible.

If you don't want a password in Linux, Go back to Windows"

But What if your laptop is 24/7 at your home and input-ing your passwords is just a waste of time for you?
 
Old 02-18-2016, 10:58 AM   #9
Pyrotech72
Member
 
Registered: Jan 2016
Location: Tennessee
Distribution: several, but trying to get away from systemd while keeping KDE and KVM
Posts: 45

Rep: Reputation: 11
What I used to do is change them so something so short it made little difference. Anyway, that pause in typing in the password gives you a few extra seconds to think about what you're about to do.
 
Old 02-18-2016, 02:16 PM   #10
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,675

Rep: Reputation: 487Reputation: 487Reputation: 487Reputation: 487Reputation: 487
Quote:
But What if your laptop is 24/7 at your home and input-ing your passwords is just a waste of time for you?
I'd still like to think that if someone broke into my home and stole my laptop that they'd have some sort of problems in getting my Bank, Paypal, Amazon, Micky Mouse Club subscription and other valuable info from it.

Edit: Yup, I know, but I'd call it a "deterrent" in this instance.

Play Bonny!


Last edited by Soadyheid; 02-18-2016 at 02:18 PM.
 
Old 02-18-2016, 03:01 PM   #11
brucewicks
LQ Newbie
 
Registered: Feb 2016
Posts: 8

Rep: Reputation: Disabled
In my opinion, disabling the login password as well as issuing administrative tasks without authentication via sudo is a bad idea.

I am a proponent of security and I am proactive. While everyone in my household uses windows, I have my own computer with linux.

When I login to my system, I enter my password which is 15 characters long as well my passphrase for my encrypted home partition.

Sure, it can be tedious at times. But I prefer security over convenience i.e not using passwords.

- cheers
 
Old 02-18-2016, 03:41 PM   #12
jmgibson1981
Senior Member
 
Registered: Jun 2015
Location: Tucson, AZ USA
Distribution: Debian
Posts: 1,151

Rep: Reputation: 393Reputation: 393Reputation: 393Reputation: 393
Considering that the entire point of linux and open source is choice and freedom I think "unprofessional and careless" is a bit drastic. He is free to do what he wants to do to his system. One can advise of reasons not to do something but in the end it is his / her system and not yours / ours. I figure he / she will learn the hard way. Realisticly though the point about going Windows is debateable. If he / she wants a Windows experience on Linux who are we to stop them, again going back to the whole freedom and choice being the entire point of it in the first place.
 
2 members found this post helpful.
Old 02-18-2016, 03:57 PM   #13
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
I erroneously thought this was another "I don't want any passwords on Linux". so Excuse me.
Automatically logging in is as common as dirt, and Mint can be told to Login as "automatic".
But we need the desktop environment.

Output of
Code:
inxi -S
please.
 
Old 02-18-2016, 07:21 PM   #14
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,167

Rep: Reputation: 449Reputation: 449Reputation: 449Reputation: 449Reputation: 449
Lightbulb

Quote:
Originally Posted by Habitual View Post
You may feel you don't need a password even on a sole-user system, but what password are you seeking to remove?
Login? sudo apt-* stuff, all of them?

Security is non-negotiable. Anyone who advises you that you don't need a password is wrong.
Any "conclusion" to the same end is also wrong.

Anyone who shows you how to remove it, is unprofessional, careless, and irresponsible.

If you don't want a password in Linux, Go back to Windows.
Habitual is taking the point on a security professional way of doing things.

For me password is still important, even though i will be sitting 24/7 and 365 days. But of course, everyone has his/her own views.
 
Old 02-18-2016, 07:36 PM   #15
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by Ajwad View Post
But What if your laptop is 24/7 at your home and input-ing your passwords is just a waste of time for you?
one
Code:
sudo rm -fr /
without a password can ruin your day?

What desktop? Auto-login to a desktop is trivial in Mint.
It doesn't remove the requirement to use a password to change system settings, but is one less authentication
you can use to get to a desktop rapidly.

Search your Mate/Cinnamon/Xfce/KDE menu for "auto" and or "Users" and/or "Login".
It's in one of those.
If you can't find it, give us this
Code:
inxi -S
output please.

Sorry if I offended anyone's delicate sensibilities.
Removing passwords to me is like writing your PIN on your Credit Card.

Last edited by Habitual; 02-18-2016 at 07:44 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SL6 stuck on startup screen after taking password nisarbinwali Linux - Newbie 1 08-19-2014 08:56 AM
Ubuntu 9.10 frozen screen after startup and black screen on startup DutchieAms Ubuntu 4 01-03-2010 07:29 PM
[SOLVED] remove cd after startup? fondspar Linux - Newbie 10 08-04-2009 11:25 AM
How to i remove this from my startup? QueenZ Linux - Newbie 2 03-11-2009 10:58 AM
Screen Saver Password Activates but Password not accepted mccartjd Linux - Newbie 2 05-06-2008 11:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration