From 48866b5afd328ae2123f87688a89987b40b8199d Mon Sep 17 00:00:00 2001 From: imnavajas Date: Wed, 1 May 2024 20:55:32 +0200 Subject: [PATCH] Eliminadas vistas del login antiguo --- .../vuexy/form/login/authentication.php | 76 ----------- .../vuexy/form/login/forgot_password.php | 79 ----------- .../themes/backend/vuexy/form/login/index.php | 112 ---------------- .../vuexy/form/login/password_recovery.php | 86 ------------ .../backend/vuexy/form/login/signup.php | 124 ------------------ .../themes/backend/vuexy/login/footer.php | 29 ---- .../themes/backend/vuexy/login/header.php | 103 --------------- 7 files changed, 609 deletions(-) delete mode 100755 ci4/app/Views/themes/backend/vuexy/form/login/authentication.php delete mode 100755 ci4/app/Views/themes/backend/vuexy/form/login/forgot_password.php delete mode 100755 ci4/app/Views/themes/backend/vuexy/form/login/index.php delete mode 100755 ci4/app/Views/themes/backend/vuexy/form/login/password_recovery.php delete mode 100755 ci4/app/Views/themes/backend/vuexy/form/login/signup.php delete mode 100755 ci4/app/Views/themes/backend/vuexy/login/footer.php delete mode 100755 ci4/app/Views/themes/backend/vuexy/login/header.php diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/authentication.php b/ci4/app/Views/themes/backend/vuexy/form/login/authentication.php deleted file mode 100755 index 51c92042..00000000 --- a/ci4/app/Views/themes/backend/vuexy/form/login/authentication.php +++ /dev/null @@ -1,76 +0,0 @@ -
-
-
-
-
-
-
-
-

-
" id="sendForm" method="post"> - -
- -
-
- - - - - - -
-
-
- -
- -
-
-
-
-
-
-
-
-
- - \ No newline at end of file diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/forgot_password.php b/ci4/app/Views/themes/backend/vuexy/form/login/forgot_password.php deleted file mode 100755 index 070551b2..00000000 --- a/ci4/app/Views/themes/backend/vuexy/form/login/forgot_password.php +++ /dev/null @@ -1,79 +0,0 @@ - - -
-
- -
-
- auth-forgot-password-cover - - auth-forgot-password-cover -
-
- - - -
-
- - - -

🔒

-

Enter your email and we'll send you instructions to reset your password

- -
" method="post"> - -
- - " - autofocus - /> -
- - -
-
-
- - -
-
-
- - - -
- -
-
- -
-
- - \ No newline at end of file diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/index.php b/ci4/app/Views/themes/backend/vuexy/form/login/index.php deleted file mode 100755 index b9f0c32a..00000000 --- a/ci4/app/Views/themes/backend/vuexy/form/login/index.php +++ /dev/null @@ -1,112 +0,0 @@ - - -
-
- -
-
- auth-login-cover - - auth-login-cover -
-
- - - -
-
- - - -

👋

- -
- -
- - " - autofocus - /> -
-
-
- - - - - - -
-
- " - aria-describedby="password" - onclick="pass()" - /> - -
-
- -
-
- - -
-
- - - - -
-
-
- - -
-
-
- - -
- - -

- - - - -

- - -
-
- -
-
- - \ No newline at end of file diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/password_recovery.php b/ci4/app/Views/themes/backend/vuexy/form/login/password_recovery.php deleted file mode 100755 index 3fc8ac62..00000000 --- a/ci4/app/Views/themes/backend/vuexy/form/login/password_recovery.php +++ /dev/null @@ -1,86 +0,0 @@ - - -
-
- -
-
- auth-reset-password-cover - - auth-reset-password-cover -
-
- - - -
-
- - - - -

🔒

-

for

- -
" method="post"> - - - -
- -
- " - aria-describedby="password" - onclick="pass()" - /> - -
-
-
- -
- - -
-
- - -
-
-
- -
-
- - \ No newline at end of file diff --git a/ci4/app/Views/themes/backend/vuexy/form/login/signup.php b/ci4/app/Views/themes/backend/vuexy/form/login/signup.php deleted file mode 100755 index 4de9f9da..00000000 --- a/ci4/app/Views/themes/backend/vuexy/form/login/signup.php +++ /dev/null @@ -1,124 +0,0 @@ - - -
-
- -
-
- auth-register-cover - - auth-register-cover -
-
- - - -
-
- - - -

🚀

-

Make your app management easy and fun!

- - -
" method="POST"> - -
- - - autofocus - /> -
-
- - - autofocus - /> -
-
- - " /> -
-
- -
- " - aria-describedby="password" - onclick="pass()" - /> - -
-
- - -
-
- /> - -
-
- - -
- -

- "> - - -

- -
-
- -
-
- - - - diff --git a/ci4/app/Views/themes/backend/vuexy/login/footer.php b/ci4/app/Views/themes/backend/vuexy/login/footer.php deleted file mode 100755 index bd6e08c4..00000000 --- a/ci4/app/Views/themes/backend/vuexy/login/footer.php +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ci4/app/Views/themes/backend/vuexy/login/header.php b/ci4/app/Views/themes/backend/vuexy/login/header.php deleted file mode 100755 index 7b8eb5f5..00000000 --- a/ci4/app/Views/themes/backend/vuexy/login/header.php +++ /dev/null @@ -1,103 +0,0 @@ -get('token') ?? ''; -$tfa = $session->get('tfa') ?? false; -$settings = $session->get('settings'); -if (!empty($token) && $tfa == false) { - echo ""; -} -?> - - - - - - - - - - <?= $settings['title'] ?? '' ?><?= empty($title ?? '') ? '' : ' - ' . $title ?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "; - } else { - echo ""; - } - ?> - - \ No newline at end of file