cancel
Showing results for 
Search instead for 
Did you mean: 

No warning message when using the same email to register account

No warning message when using the same email to register account

Hi,

 

When I use the same email to create different account, Magento would just reload the same page www.domainName.com/customer/account/create/.

 

it should be a warning message saying "There is already an account with this email address. If you are sure that it is your email address, <a href="%s">click here</a> to get your password and access your account.'"

 

I would like show this error message on my register.phtml 

 

I tried to add :

<?php echo $this->getMessagesBlock()->toHtml() ?>


But I still don't have the message

 

Can you help me ?

Thanks

2 REPLIES 2

Re: No warning message when using the same email to register account

UP

Re: No warning message when using the same email to register account

Hi. I have the same issue. Did you solve it somehow? Thanks