How to customize the login page (Flat design)

  1. Depending if you are using a SAE, a MAE or a PE, the login.phtml page is located here:

SAE:

app/sae/modules/Admin/resources/design/desktop/flat/template/admin/account/login.phtml

MAE:

app/sae/modules/Admin/resources/design/desktop/flat/template/admin/account/login.phtml

(Yes MAE and SAE login pages are both located in the main directory “sae”)

PE:

app/pe/modules/Admin/resources/design/desktop/flat/template/admin/account/login.phtml

2. Download this login page and make your customizations.

3. Then, in your Siberian, create this tree from the main directory “app/local/” if the other directories are not existing yet, and copy your login.phtml in it:

app/local/modules/Admin/resources/design/desktop/flat/template/admin/account/

Thanks to this process your customizations will not be eventually removed by an update.

4. Clear the cache(s) and refresh your login page

Was this article helpful?

Related Articles