summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.AspNet/WebResources.resx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.AspNet/WebResources.resx')
-rw-r--r--src/DotNetOpenAuth.AspNet/WebResources.resx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.AspNet/WebResources.resx b/src/DotNetOpenAuth.AspNet/WebResources.resx
index 321c097..2ed19df 100644
--- a/src/DotNetOpenAuth.AspNet/WebResources.resx
+++ b/src/DotNetOpenAuth.AspNet/WebResources.resx
@@ -123,9 +123,15 @@
<data name="FailedToEncryptTicket" xml:space="preserve">
<value>Unable to encrypt the authentication ticket.</value>
</data>
+ <data name="Generic_CryptoFailure" xml:space="preserve">
+ <value>The provided data could not be decrypted. If the current application is deployed in a web farm configuration, ensure that the 'decryptionKey' and 'validationKey' attributes are explicitly specified in the &lt;machineKey&gt; configuration section.</value>
+ </data>
<data name="OAuthDataProviderRegistered" xml:space="preserve">
<value>An OAuth data provider has already been registered for this application.</value>
</data>
+ <data name="OAuthRequireReturnUrl" xml:space="preserve">
+ <value>This operation is not supported on the current provider.</value>
+ </data>
<data name="OpenIDFailedToGetResponse" xml:space="preserve">
<value>Failed to obtain the authentication response from service provider.</value>
</data>