Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Question about login name on forgot password  (Read 2778 times)

Offline Sam_78

  • Sr. Member
  • ****
  • Posts: 270
  • Karma: +42/-1
    • View Profile
Question about login name on forgot password
« on: October 03, 2018, 06:13:20 PM »
Hi,
I think this is a bug V 1.2.11
We have turned off settings->checkout->Require login name so on our site customer don't need to enter login name they use there email address as their login name and it works but when they click on forgot password it asks for login name and email address customers really get confused here I think it should only be email address right?
code comes from \storefront\view\default\template\pages\account\forgotten.tpl Line 27 but I don't know how to catch that particular line as this is made via for loop
<fieldset>
      <?php
         foreach ( $form['fields'] as $field_name => $field) {
      ?>
         <div class="form-group">
            <label class="control-label col-sm-4"><?php echo ${'entry_'.$field_name}; ?></label>
            <div class="input-group col-sm-4">
                <?php echo $form['fields'][$field_name]; ?>
            </div>
         </div>      
      <?php
         }
      ?>   
</fieldset>
Can you tell me what to edit here as I can't upgrade to v 1.2.13 as there are many core files changed and I think this will be small fix
Any help is appreciated

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5798
  • Karma: +274/-2
    • View Profile
Re: Question about login name on forgot password
« Reply #1 on: October 04, 2018, 01:38:51 AM »
Hello.
Should be few commits related to this
for example this one
https://github.com/abantecart/abantecart-src/issues/1120

 

Powered by SMFPacks Social Login Mod