PDA

View Full Version : Password Reset in 4.3 Not Working



Claire Nicholson
April 6, 2015, 02:59 PM
Hi,

When trying to reset a user password, the button on the page does not do anything.

You can see this at http://wintertireexchange.com/remind.html?hash=b46a0d3a0a147572babbd9ed96deb1a9e a4a5a5aa2fc015462b9c210ff33cc10

Try chaning the password and clicking "Change". Nothing will happen.

Any ideas on a fix?

Thanks!

Quinn

Curtis
April 7, 2015, 03:20 AM
Hi,

When trying to reset a user password, the button on the page does not do anything.

You can see this at http://wintertireexchange.com/remind.html?hash=b46a0d3a0a147572babbd9ed96deb1a9e a4a5a5aa2fc015462b9c210ff33cc10

Try chaning the password and clicking "Change". Nothing will happen.

Any ideas on a fix?

Thanks!

Quinn

Hello Quinn,

You need make the following changes:
1. open file: /templates/your_flatty_remplate/tpl/controllers/remind.tpl and find row (~59)


<div class="field"><input type="button" value="{$lang.change}" /></div>

2. and replace to:


<div class="field"><input type="submit" value="{$lang.change}" /></div>