PluginProbe
WebTotem Security / 2.3.24
WebTotem Security v2.3.24
3.0.2 3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 All 110 releases
← All changes | includes/login.php +8 -7 2.1.82.3.24 View file →
@@ -1,6 +1,11 @@
1 1 <?php defined('ABSPATH') or die("Protected By WT!");?>
2 2 <div class="wtotem_welcome-wrapper">
3 + <div class="wtotem_content" style="padding:1px">
4 + <div class="wtotem_container">
5 + <?php WTSEC_LIBRARY_Session::notifications() ?>
6 + </div>
7 + </div>
3 8 <div class="wtotem_welcome-wrapper__head-height">
4 9 <div class="wtotem_modal">
5 10 <h2 class="wtotem_modal__subject">
6 11 <?=wtsec_locale("auth.activate_the_plugin")?>
@@ -5,9 +10,9 @@
5 10 <h2 class="wtotem_modal__subject">
6 11 <?=wtsec_locale("auth.activate_the_plugin")?>
7 12 </h2>
8 13 <form action="<?php echo esc_url( admin_url('admin-post.php') ); ?>" method="post" class="wtotem_modal__window wt_card">
9 - <input type="hidden" name="action" value="login_form">
14 + <input type="hidden" name="action" value="wtsec_login_form">
10 15 <h3 class="wtotem_modal__title">
11 16 <?=wtsec_locale("auth.welcome")?>
12 17 </h3>
13 18 <p class="wtotem_modal__text">
@@ -26,13 +31,9 @@
26 31 type="text"
27 32 class="wtotem_modal__api-key"
28 33 placeholder="<?=wtsec_locale("auth.api_key_code")?>"
29 34 />
30 - <img
31 - src="<?=wtsec_getImagePath("info-blue.svg")?>"
32 - alt="Info"
33 - class="wtotem_modal__info"
34 - />
35 +
35 36 </div>
36 37 <button class="wtotem_modal__btn" type="submit">
37 38 <?=wtsec_locale("auth.activate")?>
38 39 </button>
@@ -41,9 +42,9 @@
41 42 <?=wtsec_locale("auth.info")?>
42 43 <a
43 44 target="_blank"
44 45 class="wtotem_modal__cabinet"
45 - href="https://wtotem.com/cabinet/sign-in"
46 + href="https://wtotem.com/cabinet/profile/keys"
46 47 >
47 48 <?=wtsec_locale("auth.cabinet")?>
48 49 </a>
49 50 </p>