Sven Seeberg
160fb32441
Change Login changePassword, fixes #456
* The db_udpate function already sets backticks around the table
name, which results and error name if the string passed as argument
for the table name already contains backticks.
Signed-off-by: Sven Seeberg <mail@sven-seeberg.de>
5 years ago
David Goodwin
9700a3a9c9
fix psalm : bool -> int
5 years ago
David Goodwin
0764f47a64
improve ua.lang (thanks: Andrii Kudrinov)
5 years ago
David Goodwin
c755e82a36
Merge branch 'postfixadmin_3.3'
5 years ago
David Goodwin
92c8b6313d
add Ukrainian language file - thanks andrew.kudrinov
5 years ago
David Goodwin
1a9d9847f5
bump version
5 years ago
David Goodwin
b2831d1241
psalm improvements
5 years ago
David Goodwin
c87d8a8319
split db_connect() up to separate out db_connection_string() (which returns a PDO DSN string)
5 years ago
David Goodwin
5aee2ca4f8
update CHANGELOG and version
5 years ago
David Goodwin
000c6f401d
udpate CHANGELOG
5 years ago
David Goodwin
6d81439f41
unused var
5 years ago
David Goodwin
d9813d4cf8
see #446 - try and detect site url but allow for $CONF['site_url'] override to be used.
5 years ago
David Goodwin
aef69b53a9
log parameters when it fails
5 years ago
David Goodwin
4d505211ef
reformat
5 years ago
David Goodwin
4e7d86ca07
try and improve setup.php labels/layout - see #445
5 years ago
David Goodwin
3fa1716ad7
composer format
5 years ago
David Goodwin
01d1967de0
move html around a bit, list existing admin users if setup_password confirmed
5 years ago
David Goodwin
b531925859
message seems unnecessary if you have logged in
5 years ago
David Goodwin
d0c3cdc4d5
try and make setup.php more useful (error detection, logging etc)
5 years ago
David Goodwin
5bcafb9c91
reformat
5 years ago
David Goodwin
50ca5944b6
try and improve setup.php labels/layout - see #445
5 years ago
David Goodwin
582b5e91b9
composer format
5 years ago
David Goodwin
e8a5f226ad
Merge pull request #447 from gianlucagiacometti/master
Call to the template fixed
5 years ago
Gianluca Giacometti
79284ddff8
Call to the template fixed
The name ogìf the template is missing the prefix "broadcast-"
5 years ago
David Goodwin
3979e17499
token updates
5 years ago
David Goodwin
154629d732
remove out of date bits
5 years ago
David Goodwin
be1f922f7e
change reference to file
5 years ago
David Goodwin
2cb7749dde
move html around a bit, list existing admin users if setup_password confirmed
5 years ago
David Goodwin
25a5f3526f
put a link to setup in the admin top menu bar
5 years ago
David Goodwin
cfe08d14f5
rename / merge shell script
5 years ago
David Goodwin
23db330473
message seems unnecessary if you have logged in
5 years ago
David Goodwin
dcf01eafc3
more english
5 years ago
David Goodwin
4063ca151c
try and make setup.php more useful (error detection, logging etc)
5 years ago
David Goodwin
8ebb985fc7
split db_connect() up to separate out db_connection_string() (which returns a PDO DSN string)
5 years ago
David Goodwin
9305a250fb
change the default password hash to one that may be more secure; add note
5 years ago
David Goodwin
d838944376
add note for mail-crypt stuff
5 years ago
David Goodwin
9da4431bef
Merge branch 'postfixadmin_3.3'
5 years ago
David Goodwin
96a022747c
release 3.3.5 perhaps
5 years ago
David Goodwin
97ae019e10
remove duplication; comment out the length_check password_verify rule as we already have /.{5}/
5 years ago
David Goodwin
237615502a
Merge remote-tracking branch 'origin/postfixadmin_3.3'
5 years ago
David Goodwin
e3269b62d9
fix formatting
5 years ago
David Goodwin
e15d9abe06
improve comment, fix return value in callable for password_verify.
5 years ago
David Goodwin
52933a6307
remove change to table_by_key() as the original bug has been found in Login
5 years ago
David Goodwin
bcf1f8c7e4
move min_password_length check into a conditional Config::has() check first
5 years ago
David Goodwin
86b91b8969
add European portugese to language list
5 years ago
David Goodwin
dd9b08f3a6
domain_selected -> reduce default down to '' rather than 'invalid'
5 years ago
David Goodwin
92fd05cb5d
do not worry about escaping an object
5 years ago
David Goodwin
dd6616bbb2
bump version number
5 years ago
David Goodwin
df1ba710c4
update CHANGELOG
5 years ago
David Goodwin
0bb829934b
Merge remote-tracking branch 'origin/postfixadmin_3.3'
5 years ago