-
- Downloads
Merge branch 'remove-password-strength-indicator' into 'master'
Remove password strength indicator We were having the following issues: - the indicator would sometimes stay red even if the password that was entered was long enough; - the indicator had a middle yellow signal: what does that mean? - the red/green backgrounds were not color-blind-friendly. See merge request !1399
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/javascripts/application.js.coffee 0 additions, 1 deletionapp/assets/javascripts/application.js.coffee
- app/assets/javascripts/password_strength.js.coffee 0 additions, 31 deletionsapp/assets/javascripts/password_strength.js.coffee
- app/assets/stylesheets/sections/profile.scss 0 additions, 17 deletionsapp/assets/stylesheets/sections/profile.scss
- app/views/devise/passwords/edit.html.haml 2 additions, 2 deletionsapp/views/devise/passwords/edit.html.haml
- app/views/devise/registrations/new.html.haml 2 additions, 2 deletionsapp/views/devise/registrations/new.html.haml
- app/views/profiles/passwords/edit.html.haml 1 addition, 1 deletionapp/views/profiles/passwords/edit.html.haml
- app/views/profiles/passwords/new.html.haml 1 addition, 1 deletionapp/views/profiles/passwords/new.html.haml
- features/profile/profile.feature 0 additions, 19 deletionsfeatures/profile/profile.feature
- features/steps/profile/profile.rb 4 additions, 38 deletionsfeatures/steps/profile/profile.rb
- spec/features/users_spec.rb 1 addition, 1 deletionspec/features/users_spec.rb
- vendor/assets/javascripts/pwstrength-bootstrap-1.2.2.js 0 additions, 659 deletionsvendor/assets/javascripts/pwstrength-bootstrap-1.2.2.js
This diff is collapsed.
Please register or sign in to comment