Home » Archive by category opencart

OC 3.0.2.0 – Password Length & Complexity

Go to file catalog/view/YOUR-THEME/default/template/account/register.php,Search for the line :<input type=”password” name=”password” value=”{{ password }}” placeholder=”{{ entry_password }}” id=”input-password” class=”form-control” /> Replace It with :<input type=”password” name=”password” value=”{{ password }}” placeholder=”{{ entry_password }}” id=”input-password” class=”form-control” pattern=”^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[$@$!%*?&])[A-Za-z\d$@$!%*?&]{8,}” title=”Minimum eight characters, at least one uppercase letter, one lowercase letter, one number and...
Continue reading

How To Force Customers To Use Strong Passwords In OpenCart

With cyber security becoming a larger concern to businesses online I thought I would write a blog post on how you can ensure that passwords are strong enough on customer accounts.When customers register for an account on a default OpenCart installation, the only requirement seems to be that...
Continue reading

How to Use Google’s SMTP Service with Opencart

more 1. Login to your Opencart Admin Page and navigate to System > Settings > Edit > Mail 2. Once you have opened up the Mail Settings tab you should complete the form using the following data: Mail Protocol should be set to SMTP Mail Parameters is an...
Continue reading

How to change OpenCart Timezone?

OpenCart is an online store management system which is freely available under the GNU General Public License. It is PHP-based using MySQL database and HTML components. It is a well known simple and light weight eCommerce platform used to make small to medium size eCommerce website. It is...
Continue reading