Aleksander Machniak
4e55c8f287
Fix a default value and documentation of password_ldap_encodage option ( #9658 )
3 months ago
Philip Weir
cd42de335a
Update links in comments and config to https where available ( #9759 )
6 months ago
Aleksander Machniak
a68ef058ae
Password: Remove reference to non-existing 'password_zxcvbn_min_score' option ( #9648 )
10 months ago
Michael Voříšek
793664f568
Fix invalid phpdocs ( #9252 )
* fix missing return type in phpdoc
* fix "phpdoc_scalar"
* Fix phpdoc variable names typos
* fix wrong phpdoc tags
2 years ago
Aleksander Machniak
ac169c8708
Fix deprecated use of ldap_connect() in password's ldap_simple driver ( #9060 )
2 years ago
Aleksander Machniak
dfd729e2d9
Update localization
2 years ago
Asterios "Aster" Bandis
3103e644e4
Update Greek localization (from Transifex) ( #8937 )
* Pull new Greek translations from Transifex
* Pull new Greek translations from Transifex
Replace the "Greeklish" folder name with Greek characters
2 years ago
Aleksander Machniak
6904d4211d
Add Uyghur localization, update localization
3 years ago
Ángel
771b06779c
Remove conflict marker from password plugin ( #8809 )
3 years ago
Aleksander Machniak
e84d3b7026
Password: Remove references to %c variable that has been removed before ( #8633 )
3 years ago
Aleksander Machniak
8ed8026508
Support schema prefix in password_mailcow_api_host ( #8291 )
3 years ago
Aleksander Machniak
2e5a12b0ff
Update localization
3 years ago
TheFirstGoodmaN
d9ec5be68d
Add ssha256 password algo ( #8479 )
3 years ago
Aleksander Machniak
a2560eb7ff
Use "{$var}" instead of "${var}" syntax
3 years ago
Aleksander Machniak
d3e35df81a
Fix chpass-wrapper.py helper compatibility with Python 3 ( #8324 )
4 years ago
Przemek
59928e3341
Fix password change for Directadmin driver ( #8329 )
Co-authored-by: Przemysław Kucaj <p.kucaj@serveradmin.pl>
4 years ago
Aleksander Machniak
945ff9e618
Fix test regression
4 years ago
Aleksander Machniak
94930dc68c
hash-default algorithm was removed
4 years ago
Aleksander Machniak
6cfca8dc9f
Fix crypted password prefixes, use stronger blowfish algorithm
4 years ago
Aleksander Machniak
e294b93d36
Update changelog and CS fixes
4 years ago
Lukáš Matula
4c347f0e24
Mailcow driver for password plugin ( #8291 )
4 years ago
Aleksander Machniak
92880251f4
Update localization
4 years ago
Aleksander Machniak
87c706c146
Password: Improve handling errors on executed commands ( #8200 )
4 years ago
Aleksander Machniak
d11387c10a
Fix test
4 years ago
Aleksander Machniak
ed4dc2139d
Password: Remove password_blowfish_cost option, in favor of password_algorithm_options
4 years ago
Aleksander Machniak
53801e5fdc
Password: Remove some deprecated algorithms and replacement variables
4 years ago
Aleksander Machniak
ee74fe806e
Password: Add support for passwords based on PHP's password_hash() function ( #7724 )
i.e. Bcrypt, Argon2i, Argon2id
4 years ago
Aleksander Machniak
719b53f48f
Password: Verify current password with IMAP ( #8142 )
4 years ago
Aleksander Machniak
7a269a2b84
Replace get_input_value() with get_input_string() where appropriate
4 years ago
Aleksander Machniak
d69613c4e4
Always throw an error when password hashing fails ( #8145 )
4 years ago
Robin Friberg
e4d7b9baff
Fix dovecot passwdfile change ( #8145 )
* Fix dovecot passwd-file handler
* Set new password hash correctly
* If password hashing failes during password change request, abort trying to change the password.
* Escaping hashed password is not needed and actually breaks if 'password_dovecotpw_with_method' is set to true (escaping the {METHOD} in the passwd file)
4 years ago
Aleksander Machniak
9f62e2d584
PHP 8.1: Drop use of (deprecated) mhash extension methods
4 years ago
Aleksander Machniak
6950dd88a7
Fix variable in nl_NL localization ( #8149 )
4 years ago
Aleksander Machniak
89e54718ca
Migration to PHPUnit v9
4 years ago
Aleksander Machniak
9e2bc40213
Dropped support for PHP < 7.3 ( #7976 )
4 years ago
Aleksander Machniak
5ae7e22002
Update localization
4 years ago
Aleksander Machniak
fca2a8b826
Update localization
4 years ago
Aleksander Machniak
ae19d16a80
Update localization
4 years ago
Aleksander Machniak
a954f75bb5
Fix localization label use, again
4 years ago
Aleksander Machniak
c0ae5aad54
Cleanup a localization string, move href to the code
4 years ago
Aleksander Machniak
b4b50b87b3
Password: Set password_minimum_length to 8 by default ( #8003 )
4 years ago
Josh Soref
203f456620
Spelling ( #8001 )
4 years ago
Aleksander Machniak
2bb2fe4838
Fix broken 'hmail' driver ( #7966 )
4 years ago
Aleksander Machniak
ac8e067ae6
Use official GPL-3.0-or-later license identifier ( #7901 )
4 years ago
Aleksander Machniak
cdd65d91c0
Update localization
5 years ago
Aleksander Machniak
13e1455cd2
Bump PHP version requirement also for plugins
[skip ci]
5 years ago
Aleksander Machniak
a47cdb4b80
dovecot_passwdfile: Simplify and add file locking
5 years ago
Aleksander Machniak
ca523bd7fa
Remove hostnet.de specific code
5 years ago
Jimmy Koerting
2409b568b3
changed line in description
8 years ago
Jimmy Koerting
b0560bffd1
renamed hostnet.php into dovecot_passwdfile.php
renamed the driver, removed hostnet specific config option and changed the code to be easily adopted for vanilla dovecot 2 passwd-file environments.
8 years ago