already considering new customers as verified
-
Hello,
When i register new customers they get registered as verified by default. I have asked this question before according to you when customers are registered from admin then only it will be verified but from frontend also it is taking new customers as verified.
And profile menu is coming from config/menu but it is still showing undefined even when i have added customer menu array in config/menu.
Please reply
Regards
Deepak Sharma -
Hi @dsharma
If you are creating your package then you need to merge your menu file with this one & can do it as -
$this->mergeConfigFrom( dirname(__DIR__) . '/Config/menu.php', 'your file' );
In your service providers register method & recommend you to take pull from master branch to solve above error.
Thanks
-
it is still showing undefined even when i have added customer menu array in config/menu.