VirtoCommerce / vc-theme-default

Default theme for VirtoCommerce Storefront
http://demo.virtocommerce.com/Electronics
Other
3 stars 41 forks source link

Support Two factor authentication in Login form #70

Closed yecli closed 5 years ago

yecli commented 5 years ago

Login form

User stories:

Technical details: Need to add liquid template templates\customers\verify-code.liquid into default theme. It should in storefront theme style like this in storefront theme style: image

Code input should be named "customer[verification_code]", checkbox - "customer[remember_browser]".

ilyawzrd commented 5 years ago

Preview

demo

yecli commented 5 years ago

@ilyawzrd Please check templates\verify-code.liquid template from the latest commit. It contains proper mappings, need to add labels, translations, position elements properly.

ilyawzrd commented 5 years ago

@yecli Updated version (i have few comments in code) https://github.com/VirtoCommerce/vc-theme-default/pull/71/commits/f6b8bd3afbab399bc990db4ee71349bfc591508a enter verification code

ilyawzrd commented 5 years ago

@yecli,I also checked behaviour of checkbox button - it works fine 66e54bc89659f215d7bfc3eefcc564841558ceb2 43

yecli commented 5 years ago

Good, seems ok. Will check in complex when other subtasks will be ready.

tatarincev commented 5 years ago

Released https://github.com/VirtoCommerce/vc-theme-default/releases/tag/v2.0.0