Push updates to login page, mostly UI enhancements.

This commit is contained in:
Dane Everitt
2017-11-18 15:09:58 -06:00
parent c7c2c1a45e
commit 6f52f4a614
13 changed files with 420 additions and 433 deletions

View File

@@ -1,6 +1,21 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Lockout Configuration
|--------------------------------------------------------------------------
|
| These options are Pterodactyl specific and allow you to configure how
| long a user should be locked out for if they input a username or
| password incorrectly.
|
*/
'lockout' => [
'time' => 120,
'attempts' => 3,
],
/*
|--------------------------------------------------------------------------
| Authentication Defaults