Jump to content

SOLVED Problem: Customers can't logging Password field view only new Theme


pazhope

Recommended Posts

Hi, I recently install a theme to my shop, working on it for a while and did a test server before, it when smoothly but just discover that new users or users with their password not saved on the computer cant logging, when you tap de password field only allows you to view/hide password (if you get there y pressing TAB key it works, but this is not an option on mobile devices)

 

Any idea where can I errase this non working feature? just write to the theme creator, but it usually takes a while to get back from them. At this point will hate to go back, a lot of modules need to be ajusted just to return to previews theme

 

Thanks

 

 

Screen Shot 2020-10-26 at 11.47.25 AM.png

Edited by pazhope (see edit history)
Link to comment
Share on other sites

Well, didn't find my exact answer, but digging around I decide to replace the "login-form.tpl" under:

/themes/MYTHEME/templates/customer/_partials

With my previous theme form, and it works.

Figure a function its using triggers this, just couldn't find it, perhaps someone with more prestashop/php experience can helo with this,,

 

Thanks

Link to comment
Share on other sites

New theme line 30:

  <form class="needs-validation" id="login-form" action="{block name='login_form_actionurl'}{$action}{/block}" method="post" novalidate autocomplete="false">

 

Classic theme line 30:

  <form id="login-form" action="{block name='login_form_actionurl'}{$action}{/block}" method="post">

 

So I guess that was the problem,, 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...