设计身份验证 - 这个 gem 的默认行为是什么?
我是说:
是否应该在发送密码重置确认后将用户重定向到站点的根目录,以至于我什至看不到确认消息,或者,如果发生这种情况,这意味着我的应用程序中存在一些问题?
设计身份验证 - 这个 gem 的默认行为是什么?
我是说:
是否应该在发送密码重置确认后将用户重定向到站点的根目录,以至于我什至看不到确认消息,或者,如果发生这种情况,这意味着我的应用程序中存在一些问题?
默认情况下,它会在成功发送 https://github.com/plataformatec/devise/blob/master/app/controllers/devise/passwords_controller.rb时重定向到 new_session_path
Do you have put in the settings for email delivery? if not so no email can be send
if you have do that after a forget PW request you get a email with a link so you can reset the PW and you get redirect to root