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:
commit
f5bf218f5d
1 changed files with 4 additions and 0 deletions
|
|
@ -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."
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue