Reset Admin password

You can reset your password by opening the “config.php” file, find the line starting with: ‘adminPassword’ => And change it to: ‘adminPassword’ => ‘21232f297a57a5a743894a0e4a801fc3’, Next step, using phpMyAdmin or...

Prepend icons for username and password

In hooks/header-extras.php  <!-- file: hooks/header-extras.php --> <script> prependIcons(); function prependIcons() { $j(function() { prependIcon('username', 'user'); prependIcon('password', 'lock'); }); } function prependIcon(name, icon = "cog")...