From 1d55a87df0eaee58553308cd79e27b9643dae6de Mon Sep 17 00:00:00 2001 From: icedman21 Date: Mon, 4 May 2015 13:42:07 +0800 Subject: [PATCH] Create README --- plugins/virtualmin-change-password/README | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugins/virtualmin-change-password/README diff --git a/plugins/virtualmin-change-password/README b/plugins/virtualmin-change-password/README new file mode 100644 index 000000000..7488b2ac9 --- /dev/null +++ b/plugins/virtualmin-change-password/README @@ -0,0 +1 @@ +This plugin utilizes Virtualmin's remote API to change user passwords. The plugin requires the Admin user name and password to succesfully execute the password change. The host and port where Virtualmin listens on is also needed. See https://www.virtualmin.com/documentation/developer/http for more information.