# File lib/merb-auth-more/strategies/basic/openid.rb, line 96 def on_failure!(response) session.authentication.errors.clear! session.authentication.errors.add(:openid, 'OpenID verification failed, maybe the provider is down? Or the session timed out') nil end