php-mpos/public/include/pages
Sebastian Grewe 256b5f59c6 [IMPROVED] Lockout user on invalid pin/password
This will lock a user account if a password or PIN has been entered
wrong for multiple times in a row. When unlocking the account via admin
panel, both counters are reset so the user can log in again.

This should fix issues with brute force attacks to access user accounts.

Please see configuration dist file for new config options.
Please import SQL upgrade 007 to add new column to user accounts table.

Addresses #670 and should be merged once tested.
2013-12-07 22:14:14 +01:00
..
about [UPDATE] disabled pages and showing popup 2013-11-11 09:09:06 +01:00
account [IMPROVED] Lockout user on invalid pin/password 2013-12-07 22:14:14 +01:00
admin [IMPROVED] Lockout user on invalid pin/password 2013-12-07 22:14:14 +01:00
api [MERGE] Fixed merge conflict 2013-12-06 15:45:03 +01:00
contactform Update contactform.inc.php 2013-10-09 16:11:32 +11:00
error [IMPROVED] Adding customizable error page to MPOS 2013-10-19 09:16:57 +02:00
password Further fixes to PHP warnings 2013-07-15 15:31:18 +02:00
register [FIX] Surpress PHP notices on empty registration vars 2013-11-06 16:17:58 +01:00
statistics [FIX] No uptime status on empty result 2013-12-07 14:15:10 +01:00
about.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
account.inc.php Adding support for user locking 2013-06-13 11:36:28 +02:00
admin.inc.php Adding support for user locking 2013-06-13 11:36:28 +02:00
api.inc.php Adding ability to disable the sites API functions 2013-07-17 09:43:02 +02:00
contactform.inc.php Create contactform.inc.php 2013-09-12 20:01:28 +10:00
dashboard.inc.php [MERGE] Fixed merge conflict 2013-12-06 15:45:03 +01:00
error.inc.php [IMPROVED] Adding customizable error page to MPOS 2013-10-19 09:16:57 +02:00
gettingstarted.inc.php [IMPROVED] another mistake :) 2013-10-31 14:25:50 +01:00
home.inc.php Properly cache on a per-user basis 2013-07-11 13:45:54 +02:00
login.inc.php [ADDED] Re-added custom HTTP port support 2013-11-04 15:25:38 +01:00
logout.inc.php [FEATURE] Proper login/logout/auth redirects 2013-09-14 21:20:12 +02:00
news.inc.php Fix PHP warning on empty news table 2013-07-04 08:51:13 +02:00
password.inc.php initial work on password reset, not working fully yet 2013-05-25 10:58:53 +02:00
register.inc.php Moving a lot of settings from config to adminpanel 2013-08-20 12:02:47 +02:00
statistics.inc.php use wrapper to fetch last network block 2013-09-17 09:55:41 +02:00
support.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00