[Seek Help] Deepin 20.2.2 live password
Tofloor
poster avatar
aylak1orhan
deepin
2021-08-11 23:16
Author

I use Deepin without installing. just LiveCD.. But if computer sleeps, it asks for a user password. It is null by default. Password field must be empty. But login screen prompts password cannot be empty.

Before computer sleeps, if I go to settings, accounts. Change password is also unavailable as current password cannot be null. Login without password is enabled, but it is still asking password.

1) How can I create password for live user?

or

2) How can I disable password confirmation on login screen?

edit: 

uos@UOS:~$ sudo passwd
New password: 
Retype new password: 
iniparser: cannot open /etc/deepin/dde.conf
can not update configure, err: 2
iniparser: cannot open /etc/deepin/dde.conf
passwd: Authentication token manipulation error
passwd: password unchanged
uos@UOS:~$
Reply Favorite View the author
All Replies
pzm9012
Moderator
2021-08-12 02:56
#1

You can press Ctrl+Alt+F2 to get into tty2 ,then run the following commands:

sudo su

passwd uos

Then press Ctrl+Alt+F1 to get back and log in.

Does it work?

Reply View the author
aylak1orhan
deepin
2021-08-12 07:56
#2
pzm9012

You can press Ctrl+Alt+F2 to get into tty2 ,then run the following commands:

sudo su

passwd uos

Then press Ctrl+Alt+F1 to get back and log in.

Does it work?

You UOS @ ~ $ Sudo su

uos@UOS:~$ sudo su
root@UOS:~$ passwd uos
New password: 
Retype new password: 
iniparser: cannot open /etc/deepin/dde.conf
can not update configure, err: 2
iniparser: cannot open /etc/deepin/dde.conf
passwd: Authentication token manipulation error
passwd: password unchanged
root@UOS:~$

No changes.. :(((

Reply View the author
pzm9012
Moderator
2021-08-12 17:10
#3
aylak1orhan

You UOS @ ~ $ Sudo su

uos@UOS:~$ sudo su
root@UOS:~$ passwd uos
New password: 
Retype new password: 
iniparser: cannot open /etc/deepin/dde.conf
can not update configure, err: 2
iniparser: cannot open /etc/deepin/dde.conf
passwd: Authentication token manipulation error
passwd: password unchanged
root@UOS:~$

No changes.. :(((

Sorry, I had a try just now and found the steps didn't work. However, I had changed the password for live user successfully on a former version of Deepin. Obviously,users aren't expected to use the live system of Deepin. But you can still change the settings to login without password and "a password is not required to wake up the monitor".

Reply View the author
ra******24@kuruapp.com
deepin
2022-03-30 00:25
#4

You can press Ctrl+Alt+F2 to get into tty2 ,then run the following commands:

sudo touch /etc/deepin/dde.conf

sudo passwd uos

Then press Ctrl+Alt+F1 to get back and log in.

It will work I tested

Reply View the author