We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ecc968 + 4bb4ce3 commit a1097a9Copy full SHA for a1097a9
app/design/frontend/egov/default/template/persistent/customer/form/register.phtml
@@ -257,7 +257,7 @@
257
<span class="required">*</span>
258
<?php echo $this->__('Password') ?>
259
</label>
260
- <?php $minPasswordLength = max((int)$this->getCustomer()->getMinPasswordLength(), Mage_Core_Model_App::ABSOLUTE_MIN_PASSWORD_LENGTH); ?>
+ <?php $minPasswordLength = $this->getMinPasswordLength(); ?>
261
<input tabindex="16"
262
type="password"
263
name="password"
0 commit comments