class Devise::UnlocksController

def after_sending_unlock_instructions_path_for(resource)

The path used after sending unlock password instructions
def after_sending_unlock_instructions_path_for(resource)
  new_session_path(resource) if is_navigational_format?
end