From 9aca1ead78c7af28527b7a8737c81dfbdf51015c Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Wed, 5 Dec 2018 11:56:56 +0000 Subject: [PATCH] Change password in list of interfaces --- doc/EN/devguide.org | 5 ++--- website/EN/devguide.html | 7 +++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/EN/devguide.org b/doc/EN/devguide.org index 7e8e21b40..7f0c0a10c 100644 --- a/doc/EN/devguide.org +++ b/doc/EN/devguide.org @@ -162,17 +162,16 @@ remove_appname upgrade_appname backup_local_appname restore_local_appname -backup_remote_appname -restore_remote_appname logging_on_appname logging_off_appname add_user_appname remove_user_appname +change_password_appname #+END_SRC *install_interactive* and *configure_interactive* are only used by the dialog menu interface accessible via ssh. -*backup_remote* and *restore_remote* are not currently implemented and are expected to be used by a future distributed network backup system. +*change_password* is optional because with some apps there isn't any way to do that from the commandline. ** Web interface The web interface consists of a set of html files within *webadmin/EN*. These use forms to reference some php files within *webadmin* and those generate files which are then picked up by a systemd daemon running in the background (webadmin.service) which is implemented by *src/freedombone-installer*. diff --git a/website/EN/devguide.html b/website/EN/devguide.html index 6ef8c01fb..610617b36 100644 --- a/website/EN/devguide.html +++ b/website/EN/devguide.html @@ -4,7 +4,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Freedombone</title> -<!-- 2018-12-05 Wed 11:17 --> +<!-- 2018-12-05 Wed 11:56 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="generator" content="Org-mode" /> <meta name="author" content="Bob Mottram" /> @@ -440,12 +440,11 @@ remove_appname upgrade_appname backup_local_appname restore_local_appname -backup_remote_appname -restore_remote_appname logging_on_appname logging_off_appname add_user_appname remove_user_appname +change_password_appname </pre> </div> @@ -454,7 +453,7 @@ remove_user_appname </p> <p> -<b>backup_remote</b> and <b>restore_remote</b> are not currently implemented and are expected to be used by a future distributed network backup system. +<b>change_password</b> is optional because with some apps there isn't any way to do that from the commandline. </p> </div> </div> -- GitLab