Sha256: aed01b97c0c5bf854fe522bb06f96abb13d5c6e4ba7084cd8c33983d52076902
Contents?: true
Size: 570 Bytes
Versions: 9
Compression:
Stored size: 570 Bytes
Contents
# -*- coding: utf-8 -*- module OpenIdAuthentication class Result ERROR_MESSAGES.update({ :missing => p_("OpenIdAuthentication", "Sorry, the OpenID server couldn't be found"), :invalid => p_("OpenIdAuthentication", "Sorry, but this does not appear to be a valid OpenID"), :canceled => p_("OpenIdAuthentication", "OpenID verification was canceled"), :failed => p_("OpenIdAuthentication", "OpenID verification failed"), :setup_needed => p_("OpenIdAuthentication", "OpenID verification needs setup"), }) end end
Version data entries
9 entries across 9 versions & 2 rubygems