Merge pull request #25267 from akhilnarang/update-invalid-encryption-key-message

chore: include a link to FC docs regarding what to do with encryption key for restored sites
This commit is contained in:
Ankush Menat 2024-03-10 13:10:44 +05:30 committed by GitHub
commit f5bf218f5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -197,6 +197,10 @@ def decrypt(txt, encryption_key=None):
+ _(
"If you have recently restored the site you may need to copy the site config contaning original Encryption Key."
)
+ "<br>"
+ _(
"Please visit https://frappecloud.com/docs/sites/migrate-an-existing-site#encryption-key for more information."
),
)