1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/17370] Add controller for deleting cookies

PHPBB-17370
This commit is contained in:
Marc Alexander
2024-07-14 20:42:03 +02:00
parent de660fe0c8
commit 294c517256
4 changed files with 150 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
phpbb_ucp_delete_cookies_controller:
path: /delete_cookies
defaults: { _controller: phpbb.ucp.controller.delete_cookies:handle }
phpbb_ucp_reset_password_controller:
path: /reset_password
defaults: { _controller: phpbb.ucp.controller.reset_password:reset }