Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 9169

Show
Ignore:
Timestamp:
03/31/08 16:13:10 (4 months ago)
Author:
josh
Message:

Normalize verification error messages in OpenID authentication plugin.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/open_id_authentication/lib/open_id_authentication.rb

    r9103 r9169  
    2727      :missing      => "Sorry, the OpenID server couldn't be found", 
    2828      :canceled     => "OpenID verification was canceled", 
    29       :failed       => "Sorry, the OpenID verification failed", 
     29      :failed       => "OpenID verification failed", 
    3030      :setup_needed => "OpenID verification needs setup" 
    3131    }