diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-07 09:48:33 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-03-07 09:48:33 +0000 |
| commit | beb5bc650559db7771a78e57cecbe6c4fccbd4aa (patch) | |
| tree | 2b184cb35adfa92b034ad27291dfe0e12ffb7cad /plugins/password/drivers/chpasswd.php | |
| parent | f8d88136b727520db85925ce53b24aa5819ffb1e (diff) | |
- Added pw_usermod driver (#1487826)
- Added option password_login_exceptions (#1487826)
git-svn-id: https://svn.roundcube.net/trunk@5973 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password/drivers/chpasswd.php')
| -rw-r--r-- | plugins/password/drivers/chpasswd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/password/drivers/chpasswd.php b/plugins/password/drivers/chpasswd.php index cce7c1f42..3ea10159c 100644 --- a/plugins/password/drivers/chpasswd.php +++ b/plugins/password/drivers/chpasswd.php @@ -9,7 +9,7 @@ * For installation instructions please read the README file. * * @version 2.0 - * @author Alex Cartwright <acartwright@mutinydesign.co.uk) + * @author Alex Cartwright <acartwright@mutinydesign.co.uk> */ class rcube_chpasswd_password |
