nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.25k stars 5.31k forks source link

User registration email not validated #3570

Closed mrnams closed 5 years ago

mrnams commented 5 years ago

2019-03-02 13_28_14-amazon registration 2019-03-02 13_27_33-please confirm your identity

nopCommerce version: Latest version as on 01-Mar-2019

Steps to reproduce the problem: User can enter any invalid email address and register them-self. After registration we should send verification link to registered email address and after successfully verification only user get registered. Also make mobile number as optional registration to email and send OTP to mobile to verify mobile number and avoid spamming.

It should be similar to Amazon.com

For me its highest priority issue.

mrnams commented 5 years ago

Guys i tried to implement it, but i could not, as i am novice to asp.net core. Can anyone please take this on priority. This issue is blocking me to deploy.

RomanovM commented 5 years ago

It's already implemented. Just set "Registration method" setting to EmailValidation http://admin-demo.nopcommerce.com/Admin/Setting/CustomerUser

mrnams commented 5 years ago

Thanks a lot for update,

I could not find option to Phone validation is required after registration, I mean when user register using phone number instead of email, then user should get opt to confirm he not using anybody else's phone to register.

Should i file seperate PR for this?