16 Commits

Author SHA1 Message Date
Simon Chuu
3dbb43e188 plugins/postfixadmin-change-password: Add "ARGON2I"
My mail server was set up with `dovecot:ARGON2I` password encryption option.  This allows people who set up argon2i as the encryption method to continue using it when users change their password with the plugin.
2020-05-18 22:59:05 -04:00
Paul Borges
4890249b5a Use random_bytes if available in postfix plugin
The [PHP `str_shuffle()`](http://php.net/manual/en/function.str-shuffle.php) documentation states:

```
This function does not generate cryptographically secure values, and should not be used for cryptographic purposes.
```

This change makes use of [`random_bytes()`](http://php.net/manual/en/function.random-bytes.php) if it's available and falls back to the old (probably ok) `str_shuffle()` implementation.
2019-02-06 15:06:09 -05:00
Michel Wohlert
7186833a26 Fix indentation 2017-12-01 23:33:46 +01:00
Michel Wohlert
9336b5bcb7 Added Exception when trying to use mysql-crypt in PostgreSQL 2017-12-01 23:28:32 +01:00
Michel Wohlert
09cdc285ab Fix bad variable 2017-12-01 23:16:07 +01:00
Michel Wohlert
0d96cd6692 fix scope variable 2017-12-01 22:37:20 +01:00
Michel Wohlert
df07e1b96c fix indentation 2017-12-01 22:07:52 +01:00
Michel Wohlert
7f45312de6 Added option to select PostgreSQL 2017-12-01 22:05:35 +01:00
Valdur Kana
9988463e2d Add other missing {type} before hash 2017-01-14 00:03:41 +02:00
Valdur Kana
ccc8147f96 Add missing {PLAIN-MD5} before md5 hash 2017-01-10 16:38:41 +02:00
RainLoop Team
d84ca98793 Improve fail2ban logging (#966) 2016-05-17 23:35:53 +03:00
Hardware
21ee9f7b20 Add support for SHA256-CRYPT and SHA512-CRYPT dovecot crypt schemes
in postfixadmin-change-password plugin
2016-01-30 18:14:56 +01:00
RainLoop Team
86d763420d Small corrections in PostfixAdminChangePassword plugin (#797) 2015-08-19 20:35:29 +03:00
Zaffke
ef5231decd 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
2015-08-13 15:46:38 -05:00
RainLoop Team
7b97a9f85d Release commit (1.7) 2014-11-15 18:45:54 +04:00
RainLoop Team
97cff9fd56 Added "postfixadmin-change-password" plugin (#251) 2014-07-23 00:50:21 +04:00