-
Notifications
You must be signed in to change notification settings - Fork 808
Description
Distribution
Fedora 42
Package version
6.4.9
Graphics hardware in use
Nvidia ( does not matter)
Frequency
Always
Bug description
App: /usr/bin/cinnamon-settings-users
Version: 6.4.9
A user added via settings, which does not get a explicit password,
can't change this password via settings after login.
Because: the process requires the old password, but that is empty and the ui mask does not accept an old empty password :D
of course, a passwd in a terminal can solve this, but which new Linux user would know this? It should work via settings UI, by checking if the passwd entry is empty and accept the new password without the old one.
Note:
With gnome there is the option to set a password request on first login, sounds like a reasonable option to add to the admin ui.
Steps to reproduce
Reproducible: Always
Steps to Reproduce:
- login as admin
- add user (UI does not offer a password entry)
- overlook the "no password" hint in the UI display for the newly added user
- login in as new user
- try to change password.
Expected behavior
check for empty user password and do not require it, if empty.
Additional information
bugzilla.redhat.com/show_bug.cgi?id=2379884