add chat user roles and login
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
This patch intentionally removes public/index.html.
|
||||
Important when applying this patch manually:
|
||||
|
||||
Reason:
|
||||
If public/index.html remains in the document root, many web servers serve it before public/index.php and the Symfony route / will not reach App\Controller\Chat\ChatController.
|
||||
Delete public/index.html from the target installation.
|
||||
|
||||
When applying this patch manually, delete:
|
||||
public/index.html
|
||||
The chat root route is now handled by Symfony via App\Controller\Chat\ChatController.
|
||||
If public/index.html remains on disk, the web server may still serve the static file
|
||||
before Symfony handles /, which would bypass the chat firewall and ROLE_CHAT_USER check.
|
||||
|
||||
Reference in New Issue
Block a user