Disable password request from from suspend - 18.04How can I avoid entering password every time after wakeup from suspending in Ubuntu 18.04?Prevent Ubuntu from asking passwordXubuntu: No password request after suspensionHow to disable xscreensaver lock on suspend?Cannot enter password in lock screen dialog after long suspendXubuntu: Turn off password after suspendCannot disable lock-screenWake from suspend, password field missing?How to Enable password after lock/SuspendTurn off requesting user password after suspend 17.10How to disable screensaver lock?From Suspend directly to desktop?
Why do Radio Buttons not fill the entire outer circle?
What (the heck) is a Super Worm Equinox Moon?
Does "he squandered his car on drink" sound natural?
PTIJ: Why is Haman obsessed with Bose?
What is Cash Advance APR?
A Trivial Diagnosis
What is going on with gets(stdin) on the site coderbyte?
How much theory knowledge is actually used while playing?
How much of a Devil Fruit must be consumed to gain the power?
How to make money from a browser who sees 5 seconds into the future of any web page?
Why should universal income be universal?
Creating two special characters
How do I tell my boss that I'm quitting soon, especially given that a colleague just left this week
What to do when eye contact makes your coworker uncomfortable?
What fields between the rationals and the reals allow a good notion of 2D distance?
How to draw a matrix with arrows in limited space
Why Shazam when there is already Superman?
Is there any evidence that Cleopatra and Caesarion considered fleeing to India to escape the Romans?
How can I write humor as character trait?
Stack Interview Code methods made from class Node and Smart Pointers
Why is so much work done on numerical verification of the Riemann Hypothesis?
I found an audio circuit and I built it just fine, but I find it a bit too quiet. How do I amplify the output so that it is a bit louder?
Make a Bowl of Alphabet Soup
Is this toilet slogan correct usage of the English language?
Disable password request from from suspend - 18.04
How can I avoid entering password every time after wakeup from suspending in Ubuntu 18.04?Prevent Ubuntu from asking passwordXubuntu: No password request after suspensionHow to disable xscreensaver lock on suspend?Cannot enter password in lock screen dialog after long suspendXubuntu: Turn off password after suspendCannot disable lock-screenWake from suspend, password field missing?How to Enable password after lock/SuspendTurn off requesting user password after suspend 17.10How to disable screensaver lock?From Suspend directly to desktop?
How can I disable password request after suspend in v. 18.04? I have already turned off the screen lock but that didn't fix it.
I am brand new using Ubuntu. There seems to be lots of info on how to fix this in older versions.
suspend password lock-screen 18.04
add a comment |
How can I disable password request after suspend in v. 18.04? I have already turned off the screen lock but that didn't fix it.
I am brand new using Ubuntu. There seems to be lots of info on how to fix this in older versions.
suspend password lock-screen 18.04
1
Were are you turning off the screen lock?
– L. D. James
Apr 29 '18 at 13:58
1
Settings -> Privacy -> Screen Lock
– Rookie
Apr 29 '18 at 20:21
add a comment |
How can I disable password request after suspend in v. 18.04? I have already turned off the screen lock but that didn't fix it.
I am brand new using Ubuntu. There seems to be lots of info on how to fix this in older versions.
suspend password lock-screen 18.04
How can I disable password request after suspend in v. 18.04? I have already turned off the screen lock but that didn't fix it.
I am brand new using Ubuntu. There seems to be lots of info on how to fix this in older versions.
suspend password lock-screen 18.04
suspend password lock-screen 18.04
edited Apr 29 '18 at 20:20
Hee Jin
688418
688418
asked Apr 29 '18 at 13:11
RookieRookie
108115
108115
1
Were are you turning off the screen lock?
– L. D. James
Apr 29 '18 at 13:58
1
Settings -> Privacy -> Screen Lock
– Rookie
Apr 29 '18 at 20:21
add a comment |
1
Were are you turning off the screen lock?
– L. D. James
Apr 29 '18 at 13:58
1
Settings -> Privacy -> Screen Lock
– Rookie
Apr 29 '18 at 20:21
1
1
Were are you turning off the screen lock?
– L. D. James
Apr 29 '18 at 13:58
Were are you turning off the screen lock?
– L. D. James
Apr 29 '18 at 13:58
1
1
Settings -> Privacy -> Screen Lock
– Rookie
Apr 29 '18 at 20:21
Settings -> Privacy -> Screen Lock
– Rookie
Apr 29 '18 at 20:21
add a comment |
4 Answers
4
active
oldest
votes
For most Ubuntu distributions and versions try this in the terminal:
gsettings get org.gnome.desktop.screensaver ubuntu-lock-on-suspend
true
If the result is true
then set it to false
using:
gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
Just remember to reset it before your cleaning person comes over for monthly work.
Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?
– Rookie
Apr 29 '18 at 20:19
@Rookie Don't put in the$
that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.
– WinEunuuchs2Unix
Apr 29 '18 at 20:20
thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.
– Dummyxl
Jun 30 '18 at 21:17
Thank you so much been trying to figure this for months :)
– Jinx13
Jul 3 '18 at 22:37
hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.
– Selwyn Polit
Feb 6 at 3:22
add a comment |
Disable screen lock after suspend by installing dconf-editor
sudo apt install dconf-editor
then navigate to
org/gnome/desktop/screensaver
and turn off ubuntu-lock-on-suspend
.
add a comment |
You can disable the password from suspend in 18.04 by going into Settings -> Privacy -> Screen Lock -> [Click he Slider from On to Off]
Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.
– Keith McClary
Apr 29 '18 at 19:46
this does not stop the screen lock activating when resuming from suspend.
– Tim Richardson
May 25 '18 at 3:13
For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.
– Bim
Jul 29 '18 at 16:32
This doesn't work
– Kennet Celeste
Sep 7 '18 at 13:12
I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted
– Anirtak Varma
Feb 23 at 12:17
add a comment |
Thank you; thank you; thank you!!!!!!
I was starting to pull my hair out, and at my age, I can't afford to do that for very long! What I find weird is that I used the same downloaded software as another machine, and it only had this problem on the latter one. Well, thanks again! I was getting angry; every time I returned to my system, it would be suspended despite the settings showing that the feature was turned off.
New contributor
1
Although this is a glorious post and I'm happy your problems are solved. you should refrain from posting thankyous as answers.
– Jeff
2 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029696%2fdisable-password-request-from-from-suspend-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
For most Ubuntu distributions and versions try this in the terminal:
gsettings get org.gnome.desktop.screensaver ubuntu-lock-on-suspend
true
If the result is true
then set it to false
using:
gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
Just remember to reset it before your cleaning person comes over for monthly work.
Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?
– Rookie
Apr 29 '18 at 20:19
@Rookie Don't put in the$
that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.
– WinEunuuchs2Unix
Apr 29 '18 at 20:20
thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.
– Dummyxl
Jun 30 '18 at 21:17
Thank you so much been trying to figure this for months :)
– Jinx13
Jul 3 '18 at 22:37
hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.
– Selwyn Polit
Feb 6 at 3:22
add a comment |
For most Ubuntu distributions and versions try this in the terminal:
gsettings get org.gnome.desktop.screensaver ubuntu-lock-on-suspend
true
If the result is true
then set it to false
using:
gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
Just remember to reset it before your cleaning person comes over for monthly work.
Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?
– Rookie
Apr 29 '18 at 20:19
@Rookie Don't put in the$
that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.
– WinEunuuchs2Unix
Apr 29 '18 at 20:20
thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.
– Dummyxl
Jun 30 '18 at 21:17
Thank you so much been trying to figure this for months :)
– Jinx13
Jul 3 '18 at 22:37
hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.
– Selwyn Polit
Feb 6 at 3:22
add a comment |
For most Ubuntu distributions and versions try this in the terminal:
gsettings get org.gnome.desktop.screensaver ubuntu-lock-on-suspend
true
If the result is true
then set it to false
using:
gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
Just remember to reset it before your cleaning person comes over for monthly work.
For most Ubuntu distributions and versions try this in the terminal:
gsettings get org.gnome.desktop.screensaver ubuntu-lock-on-suspend
true
If the result is true
then set it to false
using:
gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
Just remember to reset it before your cleaning person comes over for monthly work.
edited Jul 1 '18 at 8:14
David Foerster
28.5k1367113
28.5k1367113
answered Apr 29 '18 at 18:04
WinEunuuchs2UnixWinEunuuchs2Unix
46.9k1190182
46.9k1190182
Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?
– Rookie
Apr 29 '18 at 20:19
@Rookie Don't put in the$
that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.
– WinEunuuchs2Unix
Apr 29 '18 at 20:20
thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.
– Dummyxl
Jun 30 '18 at 21:17
Thank you so much been trying to figure this for months :)
– Jinx13
Jul 3 '18 at 22:37
hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.
– Selwyn Polit
Feb 6 at 3:22
add a comment |
Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?
– Rookie
Apr 29 '18 at 20:19
@Rookie Don't put in the$
that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.
– WinEunuuchs2Unix
Apr 29 '18 at 20:20
thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.
– Dummyxl
Jun 30 '18 at 21:17
Thank you so much been trying to figure this for months :)
– Jinx13
Jul 3 '18 at 22:37
hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.
– Selwyn Polit
Feb 6 at 3:22
Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?
– Rookie
Apr 29 '18 at 20:19
Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?
– Rookie
Apr 29 '18 at 20:19
@Rookie Don't put in the
$
that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.– WinEunuuchs2Unix
Apr 29 '18 at 20:20
@Rookie Don't put in the
$
that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.– WinEunuuchs2Unix
Apr 29 '18 at 20:20
thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.
– Dummyxl
Jun 30 '18 at 21:17
thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.
– Dummyxl
Jun 30 '18 at 21:17
Thank you so much been trying to figure this for months :)
– Jinx13
Jul 3 '18 at 22:37
Thank you so much been trying to figure this for months :)
– Jinx13
Jul 3 '18 at 22:37
hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.
– Selwyn Polit
Feb 6 at 3:22
hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.
– Selwyn Polit
Feb 6 at 3:22
add a comment |
Disable screen lock after suspend by installing dconf-editor
sudo apt install dconf-editor
then navigate to
org/gnome/desktop/screensaver
and turn off ubuntu-lock-on-suspend
.
add a comment |
Disable screen lock after suspend by installing dconf-editor
sudo apt install dconf-editor
then navigate to
org/gnome/desktop/screensaver
and turn off ubuntu-lock-on-suspend
.
add a comment |
Disable screen lock after suspend by installing dconf-editor
sudo apt install dconf-editor
then navigate to
org/gnome/desktop/screensaver
and turn off ubuntu-lock-on-suspend
.
Disable screen lock after suspend by installing dconf-editor
sudo apt install dconf-editor
then navigate to
org/gnome/desktop/screensaver
and turn off ubuntu-lock-on-suspend
.
answered Jun 8 '18 at 20:06
Gordon GaryGordon Gary
25615
25615
add a comment |
add a comment |
You can disable the password from suspend in 18.04 by going into Settings -> Privacy -> Screen Lock -> [Click he Slider from On to Off]
Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.
– Keith McClary
Apr 29 '18 at 19:46
this does not stop the screen lock activating when resuming from suspend.
– Tim Richardson
May 25 '18 at 3:13
For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.
– Bim
Jul 29 '18 at 16:32
This doesn't work
– Kennet Celeste
Sep 7 '18 at 13:12
I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted
– Anirtak Varma
Feb 23 at 12:17
add a comment |
You can disable the password from suspend in 18.04 by going into Settings -> Privacy -> Screen Lock -> [Click he Slider from On to Off]
Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.
– Keith McClary
Apr 29 '18 at 19:46
this does not stop the screen lock activating when resuming from suspend.
– Tim Richardson
May 25 '18 at 3:13
For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.
– Bim
Jul 29 '18 at 16:32
This doesn't work
– Kennet Celeste
Sep 7 '18 at 13:12
I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted
– Anirtak Varma
Feb 23 at 12:17
add a comment |
You can disable the password from suspend in 18.04 by going into Settings -> Privacy -> Screen Lock -> [Click he Slider from On to Off]
You can disable the password from suspend in 18.04 by going into Settings -> Privacy -> Screen Lock -> [Click he Slider from On to Off]
answered Apr 29 '18 at 17:26
L. D. JamesL. D. James
18.8k43889
18.8k43889
Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.
– Keith McClary
Apr 29 '18 at 19:46
this does not stop the screen lock activating when resuming from suspend.
– Tim Richardson
May 25 '18 at 3:13
For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.
– Bim
Jul 29 '18 at 16:32
This doesn't work
– Kennet Celeste
Sep 7 '18 at 13:12
I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted
– Anirtak Varma
Feb 23 at 12:17
add a comment |
Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.
– Keith McClary
Apr 29 '18 at 19:46
this does not stop the screen lock activating when resuming from suspend.
– Tim Richardson
May 25 '18 at 3:13
For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.
– Bim
Jul 29 '18 at 16:32
This doesn't work
– Kennet Celeste
Sep 7 '18 at 13:12
I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted
– Anirtak Varma
Feb 23 at 12:17
Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.
– Keith McClary
Apr 29 '18 at 19:46
Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.
– Keith McClary
Apr 29 '18 at 19:46
this does not stop the screen lock activating when resuming from suspend.
– Tim Richardson
May 25 '18 at 3:13
this does not stop the screen lock activating when resuming from suspend.
– Tim Richardson
May 25 '18 at 3:13
For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.
– Bim
Jul 29 '18 at 16:32
For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.
– Bim
Jul 29 '18 at 16:32
This doesn't work
– Kennet Celeste
Sep 7 '18 at 13:12
This doesn't work
– Kennet Celeste
Sep 7 '18 at 13:12
I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted
– Anirtak Varma
Feb 23 at 12:17
I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted
– Anirtak Varma
Feb 23 at 12:17
add a comment |
Thank you; thank you; thank you!!!!!!
I was starting to pull my hair out, and at my age, I can't afford to do that for very long! What I find weird is that I used the same downloaded software as another machine, and it only had this problem on the latter one. Well, thanks again! I was getting angry; every time I returned to my system, it would be suspended despite the settings showing that the feature was turned off.
New contributor
1
Although this is a glorious post and I'm happy your problems are solved. you should refrain from posting thankyous as answers.
– Jeff
2 hours ago
add a comment |
Thank you; thank you; thank you!!!!!!
I was starting to pull my hair out, and at my age, I can't afford to do that for very long! What I find weird is that I used the same downloaded software as another machine, and it only had this problem on the latter one. Well, thanks again! I was getting angry; every time I returned to my system, it would be suspended despite the settings showing that the feature was turned off.
New contributor
1
Although this is a glorious post and I'm happy your problems are solved. you should refrain from posting thankyous as answers.
– Jeff
2 hours ago
add a comment |
Thank you; thank you; thank you!!!!!!
I was starting to pull my hair out, and at my age, I can't afford to do that for very long! What I find weird is that I used the same downloaded software as another machine, and it only had this problem on the latter one. Well, thanks again! I was getting angry; every time I returned to my system, it would be suspended despite the settings showing that the feature was turned off.
New contributor
Thank you; thank you; thank you!!!!!!
I was starting to pull my hair out, and at my age, I can't afford to do that for very long! What I find weird is that I used the same downloaded software as another machine, and it only had this problem on the latter one. Well, thanks again! I was getting angry; every time I returned to my system, it would be suspended despite the settings showing that the feature was turned off.
New contributor
New contributor
answered 2 hours ago
user936825user936825
1
1
New contributor
New contributor
1
Although this is a glorious post and I'm happy your problems are solved. you should refrain from posting thankyous as answers.
– Jeff
2 hours ago
add a comment |
1
Although this is a glorious post and I'm happy your problems are solved. you should refrain from posting thankyous as answers.
– Jeff
2 hours ago
1
1
Although this is a glorious post and I'm happy your problems are solved. you should refrain from posting thankyous as answers.
– Jeff
2 hours ago
Although this is a glorious post and I'm happy your problems are solved. you should refrain from posting thankyous as answers.
– Jeff
2 hours ago
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029696%2fdisable-password-request-from-from-suspend-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Were are you turning off the screen lock?
– L. D. James
Apr 29 '18 at 13:58
1
Settings -> Privacy -> Screen Lock
– Rookie
Apr 29 '18 at 20:21