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." + ), )