ruby on rails - Can't get notification when password change using devise-neo4j -
i removed comment in config/initializers/devise.rb
guide show not working.
# send notification email when user's password changed config.send_password_change_notification = true
this part of gemfile.lock
devise (4.3.0) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0, < 5.2) responders warden (~> 1.2.3) devise-neo4j (2.1.1) bcrypt (>= 3.0) devise (>= 3.5.2) neo4j (>= 3.0.0) orm_adapter (~> 0.5.0) railties (>= 4.2) warden (>= 1.2.1)
Comments
Post a Comment