Hi I have face this below issue and check for solution in online I got solution for this.
Solution :
It's very easy to solve this issue by following.
It looks like it was outdated configuration file that produced the issue. Just open the following file with your favorite editor /etc/pam.d/systemd-user
vi /etc/pam.d/systemd-user
modify the following with
account include system-auth
session include system-auth
to
account include system-login
session include system-login
that's all it will solve the issue.
Solution :
It's very easy to solve this issue by following.
It looks like it was outdated configuration file that produced the issue. Just open the following file with your favorite editor /etc/pam.d/systemd-user
vi /etc/pam.d/systemd-user
modify the following with
account include system-auth
session include system-auth
to
account include system-login
session include system-login
that's all it will solve the issue.