Modified the postfixadmin-change-password plugin to give users these additional options for MySQL:

* Specify the table name
* Specify the column name for user names
* Specify the column name for the passwords
This commit is contained in:
Zaffke 2015-08-13 15:44:03 -05:00
parent 91f3c05d5e
commit ef5231decd
3 changed files with 60 additions and 2 deletions

3
.gitignore vendored
View file

@ -15,4 +15,5 @@
/build/local
/build/dist
/build/tmp
/data
/data
.DS_Store