mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00
MachineKey validation during Setup, with automatic proposed values
--HG-- branch : dev
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
<defaultSettings timeout="00:30:00"/>
|
||||
</system.transactions>
|
||||
<system.web>
|
||||
<machineKey validationKey="00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
||||
decryptionKey="0000000000000000000000000000000000000000000000000000000000000000"
|
||||
<machineKey validationKey="AutoGenerate"
|
||||
decryptionKey="AutoGenerate"
|
||||
validation="SHA1"
|
||||
decryption="AES" />
|
||||
<httpRuntime requestValidationMode="2.0" />
|
||||
|
Reference in New Issue
Block a user