https://github.com/cmroanirgo/virtmin-change-password
Plugin for rainloop to change the password on a local virtualmin installation
https://github.com/cmroanirgo/virtmin-change-password
Last synced: 4 months ago
JSON representation
Plugin for rainloop to change the password on a local virtualmin installation
- Host: GitHub
- URL: https://github.com/cmroanirgo/virtmin-change-password
- Owner: cmroanirgo
- License: mit
- Created: 2016-12-22T11:13:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T11:44:02.000Z (over 8 years ago)
- Last Synced: 2025-01-11T11:21:53.957Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangePasswordVirtMinDriver.php
- License: LICENSE
Awesome Lists containing this project
README
Plugin that adds functionality to change the email account password using virtualmin command line.
This involves some extra setup:
1. edit sudoers file by 'sudo visudo' & add:
ALL = (root) NOPASSWD: /_data_/_default_/plugins/virtmin-change-password/change-password-virtmin.sh
This gives non-interactive 'root' access to the script file `change-password-virtmin.sh`
Make sure you replace with the username of the virtual server.
eg if rainloop is running in 'webmail.domain.com', your username is probably something like: webmail_domain
Make sure you locate your private (It's this folder!)
eg. /home//private/owncloud/rainloop-storage/_data_/_default_/plugins/virtmin-change-password/change-password-virtmin.sh
Save and exit visudo.2. Then, allow it to be executeable:
sudo chmod 750 change-password-virtmin.sh