A start for a new change_password master plugin. This is not finished
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 16 Nov 2003 14:26:51 +0000 (14:26 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 16 Nov 2003 14:26:51 +0000 (14:26 +0000)
commit27663afe63c34d8c329a3f1b09070893c7b25d41
tree1bd18196359c6655e2bd0f661ac7c9f9c37cbb52
parent7efaee4f876ee4a5d59bab63a9d63416fe9b79a1
A start for a new change_password master plugin. This is not finished
(and should stay only in devel for now), but I'm committing it so others
can take a look and work on it too. Basic functionality is there, now
needs existing plugins added as backends, and implementing "extra" features
such as forcing SSL.

Again, this is a "rough" version, so please change/improve anything
you'd like to be changed.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6163 7612ce4b-ef26-0410-bec9-ea0150e637f0
plugins/change_password/README [new file with mode: 0644]
plugins/change_password/backend/index.php [new file with mode: 0644]
plugins/change_password/backend/mysql.php [new file with mode: 0644]
plugins/change_password/backend/template.php [new file with mode: 0644]
plugins/change_password/config.php [new file with mode: 0644]
plugins/change_password/functions.php [new file with mode: 0644]
plugins/change_password/index.php [new file with mode: 0644]
plugins/change_password/options.php [new file with mode: 0644]
plugins/change_password/setup.php [new file with mode: 0644]
plugins/change_password/version [new file with mode: 0644]