David Goodwin
|
b2831d1241
|
psalm improvements
|
6 years ago |
David Goodwin
|
7f8a3d4bde
|
also fix password-change include path - see https://github.com/postfixadmin/postfixadmin/issues/430
|
6 years ago |
David Goodwin
|
dd86dcad30
|
fix forget-password (+ themeing), see #427
|
6 years ago |
David Goodwin
|
18a019690c
|
reformat
|
6 years ago |
David Goodwin
|
24eb45be92
|
do not lose login error for users/ - see https://github.com/postfixadmin/postfixadmin/issues/420
|
6 years ago |
David Goodwin
|
1ac1eb07d5
|
indent
|
6 years ago |
Christian Boltz
|
c2571694d1
|
Drop now unused users/css/default.css
|
6 years ago |
David Goodwin
|
c7850b78eb
|
fix bootstrap theme for users/ urls; make some other links use https.
|
6 years ago |
Christian Boltz
|
4f0e41c4e2
|
delete unused calendar js, css and images
|
6 years ago |
David Goodwin
|
750838d7f7
|
psalm fixes; make safepost()/safeget() return strings
|
6 years ago |
David Goodwin
|
f6f62180e8
|
remove some global variables
|
6 years ago |
David Goodwin
|
ce8c636eb5
|
rejig Login::__construct() as only one arg is really needed
|
6 years ago |
David Goodwin
|
7107e17c4c
|
composer format
|
6 years ago |
David Goodwin
|
b868f950bf
|
refactor Login stuff out of Handler classes into Login... add tests
|
6 years ago |
David Goodwin
|
3c7da4f3b8
|
Refactor some methods
PFAHandler::store() -> PFAHandler::save();
PFAHandler::storemore() -> PFAHandler::postSave();
PFAHandler::beforestore() -> PFAHandler::preSave();
|
6 years ago |
David Goodwin
|
bcae218cbb
|
composer format time
|
7 years ago |
David Goodwin
|
e20b2cacdb
|
psalm fix
|
7 years ago |
Felix Ableitner
|
600248e955
|
Add option to use smtp password when sending admin emails (fixes #272)
|
7 years ago |
David Goodwin
|
8e2e4eb189
|
run: composer format
|
7 years ago |
David Goodwin
|
d64eadf609
|
try and stop $_SERVER[REQUEST_SCHEME] not being defined - see https://github.com/postfixadmin/postfixadmin/issues/279
|
7 years ago |
David Goodwin
|
730a05cdd3
|
phpcs fix
|
8 years ago |
David Goodwin
|
ed99a46ec4
|
log if no mechanisms were used for password recovery
|
8 years ago |
David Goodwin
|
db4aecd23c
|
typo fix
|
8 years ago |
David Goodwin
|
803e2342f8
|
fix psalm issues; reformat; rename new db functions
|
8 years ago |
David Goodwin
|
ea33d9951a
|
try migrating to pdo
|
8 years ago |
David Goodwin
|
5441295e25
|
phpcs?
|
8 years ago |
David Goodwin
|
19cda31849
|
remove psalm warnings from code; fix password_expiry behaviour when enabled/disabled on MySQL
|
8 years ago |
David Goodwin
|
74002bbf57
|
psalm fixes
|
8 years ago |
Christian Weiske
|
3960f6fdad
|
Change login failure message to show the login type (admin or user)
|
8 years ago |
David Goodwin
|
c147eb053b
|
move to use db_assoc() rather than db_array() (code assumes assoc. array)
|
9 years ago |
Erwin Goslawski
|
d0897f625d
|
Destroy session when loading user login page
Fixes #130
|
9 years ago |
David Goodwin
|
c3b87ebb11
|
phpcs fixes
|
9 years ago |
Adrien Crivelli
|
15df6c1d7b
|
Reformat everything with PHP-Cs-Fixer
|
9 years ago |
David Goodwin
|
99147d51eb
|
move public facing stuff into public/, this allows us to stop exposing templates_c/ etc to the world
|
9 years ago |