To be more precise in the precise pangolin installer issue, the facts are: 1. "contraseña" is marked as "Fair", having selected a spanish keymap and spanish language on the previous steps of the installer. 2. When I try an english installation (both keymap an locale), if I use the password "password" is marked as weak. 3. No warning is displayed other than the word at the right of the topmost password input field. 4. There's a big green checkmark next to the bottom password input field if both passwords match The word list to check against the password should match the locale selected. The most basic thing to do is to match the fields hint (the text that is grayed before the input) to the most insecure answer to the query. The special characters are not the same on all languages. They should be considered in base of the locale selected for the current algorithm to be equally valid on different languages. English is one of the most limited languages in terms of characters. It has no written accents or any markings on letters. Spanish has the Ñ, Portuguese and French use the Ç. When it comes to "internationalization" of the algorithm these rules are most important. The word "contrasena" (n instead of ñ) does not exist on the spanish dictionary therefore it should be safer than the well spelled word, "contraseña" (with the ñ). Same thing happens with the country name "españa" and the unexisting word "espana". Some examples: contraseña (password) = Fair españa (country name) = Fair password (contraseña) = Weak london (city) = Weak unitedkingdom (country) = Weak unitedstatesofamerica (country) = weak I believe these examples must make my point clear. About (3) and (4): Most password check instances I've encounter during gnu/linux system installations do warned me if I entered a weak password, asking for confirmation to proceed with the weak password just in case I did not noticed the "weak" value next to the password input field (View attached images). Maybe is not a part of the bug, but certainly a missing feature. Also, the big green matching passwords checkmark is more noticeable than the "weak" (débil in spanish) word that warns about the password strength. 2012/9/3 Dmitrijs Ledkovs