mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-22 13:35:43 +08:00
GUI: Don't ensure repo password is not empty since it may be inherited
This commit is contained in:
parent
168711e274
commit
1206c1bb41
3 changed files with 0 additions and 8 deletions
|
@ -2044,12 +2044,6 @@ Google Cloud storage: GOOGLE_PROJECT_ID GOOGLE_APPLICATION_CREDENTIALS\n\
|
|||
window[option_key].Update(values=tree)
|
||||
continue
|
||||
if event == "--ACCEPT--":
|
||||
if (
|
||||
not values["repo_opts.repo_password"]
|
||||
and not values["repo_opts.repo_password_command"]
|
||||
):
|
||||
sg.PopupError(_t("config_gui.repo_password_cannot_be_empty"))
|
||||
continue
|
||||
if object_type != "group" and not values["repo_uri"]:
|
||||
sg.PopupError(_t("config_gui.repo_uri_cannot_be_empty"))
|
||||
continue
|
||||
|
|
|
@ -64,7 +64,6 @@ en:
|
|||
|
||||
configuration_saved: Configuration saved
|
||||
cannot_save_configuration: Could not save configuration. See logs for further info
|
||||
repo_password_cannot_be_empty: Repo password or password command cannot be empty
|
||||
repo_uri_cannot_be_empty: Repo URI / path cannot be empty
|
||||
set_manager_password: Manager password
|
||||
wrong_password: Wrong password
|
||||
|
|
|
@ -65,7 +65,6 @@ fr:
|
|||
|
||||
configuration_saved: Configuration sauvegardée
|
||||
cannot_save_configuration: Impossible d'enregistrer la configuration. Veuillez consulter les journaux pour plus de détails
|
||||
repo_password_cannot_be_empty: Le mot de passe du dépot ou la commande de mot de passe ne peuvent être vides
|
||||
repo_uri_cannot_be_empty: L'URI / chemin local dépot de sauvegarde ne peut-être vide
|
||||
set_manager_password: Mot de passe gestionnaire
|
||||
wrong_password: Mot de passe érroné
|
||||
|
|
Loading…
Reference in a new issue