Hide Forgot
Description of problem: When entering the root password Anaconda thinks it is weak (red bar shown, label says weak). I enter it in the two fields and click the Done button. Upon first click the first root password field is highlightened as if to remind me I have to change it. Then I click Done once again and it is accepted. Is this by design ? It is very annoying. On a related issue: what are the rules for strong passwords in Fedora 20? The password I enter: * is 9 chars long * has upper space characters * has lower case characters * has digits Version-Release number of selected component (if applicable): anaconda-20.22-1.fc20.x86_64.rpm Fedora-20 Beta-TC2 How reproducible: always It is very annoying for a QE person who does installation testing (or anyone who installs a lot) to have to click twice this button.
OK, I now see the blue strip at the bottom which tells me that I will have to press Done twice. However my other question still stands: what is a weak and strong password in Fedora 20? Where can I see the rules used for validation?
Anaconda uses libpwquality to determine the password strength. Anything with a score less than 75 is considered a weak password. For passwords that fail basic validation checks (length, dictionary words, palindrome) there will be a reason displayed in the error bar at the bottom of the screen. The error bar will be orange in the next release of anaconda, like it was in F19, so that will at least be more noticeable in the future.
(In reply to David Shea from comment #2) > > The error bar will be orange in the next release of anaconda, like it was in > F19, so that will at least be more noticeable in the future. Hi David, I didn't see the error bar because it is at the bottom and my screen height is 768px. Is it possible for this piece to move on top so that everything is visible even on smaller screens ?
(In reply to Alexander Todorov from comment #3) > (In reply to David Shea from comment #2) > > > > The error bar will be orange in the next release of anaconda, like it was in > > F19, so that will at least be more noticeable in the future. > > > Hi David, > I didn't see the error bar because it is at the bottom and my screen height > is 768px. Is it possible for this piece to move on top so that everything is > visible even on smaller screens ? Anaconda supports screens with the minimal resolution 800x600, so 768px should work. If the installation window doesn't fit your 768px screen, please file a bug.