Security - thuy-econsys/rails_app GitHub Wiki

  • enable email notifications for both email as well as password changes in config/initializers/devise.rb. Devise disables these by default.
  • implement Input Validations
    • review difference between password.blank? and password.present?

References