need verification email for new users

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!
ttcode
Posts: 6
Joined: 08 May 2022, 10:31

need verification email for new users

Post by ttcode » 28 May 2022, 11:43

because when registering someone does not need to verify email. I want the email to be verified but something happens and it is not necessary, how do I solve this?
The email with the link to activate is arriving fine.
in web routes Auth::routes(['verify' => true]);

What is happening because the email verification does not work?

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

Re: need verification email for new users

Post by aimeos » 29 May 2022, 07:20

Can you provide a step by step list of actions so we can see what you do, what happens and where the problem occurs?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

ttcode
Posts: 6
Joined: 08 May 2022, 10:31

Re: need verification email for new users

Post by ttcode » 29 May 2022, 15:50

i solved
shop.php

//'account' => ['prefix' => $prefix . 'profile', 'middleware' => ['web', 'auth']],
'account' => ['prefix' => $prefix . 'profile', 'middleware' => ['web', 'auth', 'verified']], //email verification de cuenta

Post Reply