Skip to content
Snippets Groups Projects
Commit 9aca1ead authored by Bob Mottram's avatar Bob Mottram
Browse files

Change password in list of interfaces

parent dc2161b5
No related branches found
No related tags found
No related merge requests found
......@@ -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*.
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment