diff --git a/themes/standard_pages/css/identification_register.css b/themes/standard_pages/css/standard_pages.css
similarity index 100%
rename from themes/standard_pages/css/identification_register.css
rename to themes/standard_pages/css/standard_pages.css
diff --git a/themes/standard_pages/js/identification_register.js b/themes/standard_pages/js/standard_pages.js
similarity index 100%
rename from themes/standard_pages/js/identification_register.js
rename to themes/standard_pages/js/standard_pages.js
diff --git a/themes/standard_pages/template/identification.tpl b/themes/standard_pages/template/identification.tpl
index 93481023f..1fcec76e5 100644
--- a/themes/standard_pages/template/identification.tpl
+++ b/themes/standard_pages/template/identification.tpl
@@ -1,4 +1,4 @@
-{combine_css id='identification_register' path="themes/standard_pages/css/identification_register.css" order=100}
+{combine_css id='standard_pages_css' path="themes/standard_pages/css/standard_pages.css" order=100}
{combine_css path="themes/default/vendor/fontello/css/gallery-icon.css" order=-10}
-{combine_script id='identification_register' load='async' require='jquery' path='themes/standard_pages/js/identification_register.js'}
+{combine_script id='standard_pages_js' load='async' require='jquery' path='themes/standard_pages/js/standard_pages.js'}
diff --git a/themes/standard_pages/template/password.tpl b/themes/standard_pages/template/password.tpl
index a890a2291..a8b05c6b4 100644
--- a/themes/standard_pages/template/password.tpl
+++ b/themes/standard_pages/template/password.tpl
@@ -1,4 +1,4 @@
-{combine_css id='identification_register' path="themes/standard_pages/css/identification_register.css" order=100}
+{combine_css id='standard_pages_css' path="themes/standard_pages/css/standard_pages.css" order=100}
{combine_css path="themes/default/vendor/fontello/css/gallery-icon.css" order=-10}
-{combine_script id='identification_register' load='async' require='jquery' path='themes/standard_pages/js/identification_register.js'}
+{combine_script id='standard_pages_js' load='async' require='jquery' path='themes/standard_pages/js/standard_pages.js'}
diff --git a/themes/standard_pages/template/register.tpl b/themes/standard_pages/template/register.tpl
index 2d7aa7b49..60b865872 100644
--- a/themes/standard_pages/template/register.tpl
+++ b/themes/standard_pages/template/register.tpl
@@ -1,4 +1,4 @@
-{combine_css id='identification_register' path="themes/standard_pages/css/identification_register.css" order=100}
+{combine_css id='standard_pages_css' path="themes/standard_pages/css/standard_pages.css" order=100}
{combine_css path="themes/default/vendor/fontello/css/gallery-icon.css" order=-10}
-{combine_script id='identification_register' load='async' require='jquery' path='themes/standard_pages/js/identification_register.js'}
+{combine_script id='standard_pages_js' load='async' require='jquery' path='themes/standard_pages/js/standard_pages.js'}