forgot-password route

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
malik_kat
Posts: 14
Joined: 09 Jan 2024, 09:20

forgot-password route

Post by malik_kat » 26 Feb 2025, 08:49

Hi,

i get this error on submit form 'forgot-password'

Code: Select all

Missing required parameter for [Route: password.reset] [URI: {locale}/reset-password/{token}] [Missing parameter: locale].
In my .env file

Code: Select all

 SHOP_MULTILOCALE=true
How i can solve this error.
Where i can assign the parameter {locale} to route password.reset

PHP Version 8.2.12
Laravel version: 10
Aimeos version: 2023.10
Environment: windows (XAMPP cross-platform web server).

User avatar
aimeos
Administrator
Posts: 8636
Joined: 01 Jan 1970, 00:00

Re: forgot-password route

Post by aimeos » 26 Feb 2025, 08:55

In the Blade template that generates the link, use airoute() instead of route()
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply