Push updates to login page, mostly UI enhancements.
This commit is contained in:
parent
c7c2c1a45e
commit
6f52f4a614
13 changed files with 420 additions and 433 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue