From a5ab22babfce52bdd7be0e1e4d4b4b5a11c25d4d Mon Sep 17 00:00:00 2001 From: Michael Pimmer Date: Mon, 10 Dec 2018 19:12:31 +0100 Subject: [PATCH] Backups: notify that credentials of remote backups are stored Reviewed-by: James Valleroy --- plinth/modules/backups/forms.py | 3 +-- .../backups/templates/backups_repository_add.html | 9 +++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/plinth/modules/backups/forms.py b/plinth/modules/backups/forms.py index d4d2205c1..1a4ed149e 100644 --- a/plinth/modules/backups/forms.py +++ b/plinth/modules/backups/forms.py @@ -104,8 +104,7 @@ class AddRepositoryForm(forms.Form): label=_('Encryption'), help_text=format_lazy( _('"Key in Repository" means that a ' - 'password-protected key is stored with the backup.
' - 'You need this password to restore a backup!')), + 'password-protected key is stored with the backup.')), choices=[('repokey', 'Key in Repository'), ('none', 'None')] ) encryption_passphrase = forms.CharField( diff --git a/plinth/modules/backups/templates/backups_repository_add.html b/plinth/modules/backups/templates/backups_repository_add.html index db2977294..db110251e 100644 --- a/plinth/modules/backups/templates/backups_repository_add.html +++ b/plinth/modules/backups/templates/backups_repository_add.html @@ -30,6 +30,15 @@ {{ form|bootstrap }} + +