class Devise::UnlocksController

def after_unlock_path_for(resource)

The path used after unlocking the resource
def after_unlock_path_for(resource)
  new_session_path(resource)
end