Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
git /
cesa-v3 /
cesa-v3 /
config /
packages /
test /
Delete
Unzip
Name
Size
Permission
Date
Action
doctrine.yaml
163
B
-rw-r--r--
2025-07-04 14:25
league_oauth2_server.yaml
404
B
-rw-r--r--
2025-07-04 14:25
security.yaml
1.89
KB
-rw-r--r--
2026-05-20 09:05
Save
Rename
security: # https://symfony.com/doc/current/security.html#registering-the-user-hashing-passwords password_hashers: App\UserBundle\Entity\UserOld: id: App\UserBundle\Security\Hasher\Echasl23Md5PasswordHasher App\UserBundle\Entity\UserLogin: id: App\UserBundle\Security\Hasher\MemberPortalLegacyPasswordHasher Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: algorithm: auto cost: 4 # Lowest possible value for bcrypt time_cost: 3 # Lowest possible value for argon memory_cost: 10 # Lowest possible value for argon # https://symfony.com/doc/current/security.html#loading-the-user-the-user-provider providers: users: entity: class: App\UserBundle\Entity\UserList property: 'username' member_portal_users: id: App\UserBundle\Security\MemberPortalUserProvider echasl23_users: id: App\UserBundle\Security\Echasl23UserProvider app_user_provider: chain: providers: ['users', 'member_portal_users', 'echasl23_users'] firewalls: dev: pattern: ^/(_(profiler|wdt)|css|images|js)/ security: false api: pattern: ^/api stateless: true provider: app_user_provider # Disable OAuth2 authentication for tests # custom_authenticators: # - league.oauth2_server.resource_server main: lazy: true provider: app_user_provider form_login: check_path: /login login_path: /login success_handler: iga_user.authentication.handler.login_success_handler failure_handler: iga_user.authentication.handler.login_failure_handler logout: path: logout