agama-project / agama

A service-based Linux installer
https://agama-project.github.io/
GNU General Public License v2.0
140 stars 43 forks source link

User/root password: Different behavior while checking it #1409

Open kobliha opened 4 months ago

kobliha commented 4 months ago

Password - user does not complain Password - root complains right away

When you are entering the first user password, it lets you finish it and then it complains when the two entered passwords do not match, but when you try to enter the password for root, it starts complaining even before you enter the second one.

I'm not saying what is the better way, but at least the behavior should be unified.

imobachgs commented 4 months ago

We have no adapted the root password dialog yet (it should not be a pop-up after all). So we will take this bug into account when working on that.

Thanks!