From 1032d9b4da37dbeb74118962ed10e3dcc131f04d Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Thu, 7 Mar 2024 12:10:30 +0530 Subject: [PATCH] chore: include a link to FC docs regarding what to do with encryption key for restored sites Signed-off-by: Akhil Narang --- frappe/utils/password.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frappe/utils/password.py b/frappe/utils/password.py index 3e6a8614d1..69f0b5ed54 100644 --- a/frappe/utils/password.py +++ b/frappe/utils/password.py @@ -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." ) + + "
" + + _( + "Please visit https://frappecloud.com/docs/sites/migrate-an-existing-site#encryption-key for more information." + ), )