Mutliple users can register using same email ID

Started by nav_vij, May 15, 2015, 07:21:54 AM

Previous topic - Next topic

nav_vij

Hi All,

I am trying to build an ecommerce application with Joomla 3.3.6 and Virtuemart 3.0.4.
I have an issue with the registration form where, a user can register using already registered email id. No unique email id validation is happening. I dont want this to happen and needs to keep the email id unique. I have been trying a lot to find a solution.

I have seen various discussions on this, but haven't quite got any solution.

My PHP version is 5.5

Any help would be greatly appreciated.  :)

GJC Web Design

as guest or registered?
IMHO it is impossible to register in VM with a duplicate email address - whether the correct error handling/messaging works is another question

if as guest you can - thats the whole point - their data isn't "registered" and VM uses the email with a random string appended
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

nav_vij

Thank you for your response.

My issue is with registration. please check this link, http://nadumuttam.in/index.php/login-2/edit , you can see it for yourselfs. User can register with same emailID.


GJC Web Design

how can that be so?

are they registered in joomla ? 2 users with the same email address?
or does the reg fail with no warning and you just proceed to the cart?
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

nav_vij

Did you tried to register ? No validation error is shown. sometimes user gets registers in. I registered first and then proceed to checkout.

GJC Web Design

yes - but there aren't both users registered in Joomla with the same email

why are you on 3.0.4???  3.0.9 is the latest .. updates are released for a reason...
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

nav_vij

I will update to 3.0.9. Hope everything will be alright.  ;)

Thank you