18 Mar, 2014

2 commits

  • -Edited the javascript adding a var blankPass
    -Code Review. Daniela: "When I filled in the username and used "tab"
    to go to password field, it already displayed the "short"
    message. You should test if there's at least one character
    before checking the password strength :)"
    
    (ActionItem3008)
    
    Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
    
    Color of password rate message moved to style.css
    
    -Edited the style css adding the id of password rate messages
    with yours respective colors
    -Code Review. Daniela: "The style of an element should not be
    included directly on the element, but on a CSS file :)
    Adding the style on a separated file will make the code cleaner
    and will be better to style it on themes that don't like the
    default colors, for example."
    
    (ActionItem3008)
    
    Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
    Luciano Prestes
     
  • -Added javascript for password-rate
    -Added span fields for password rate display
    
    The password is automatically considered short if length is fewer than four
    and considered bad if its the same as the username. It'll be considered
    good or strong depending on the score, which is calculated based on
    characters, numbers, and special characters presented in the password.
    
    (ActionItem3008)
    
    Signed-off-by: Alex Campelo <campelo.al1@gmail.com>
    Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
    Gust