mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Push updates to login page, mostly UI enhancements.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user