Usage Guide and Documentation

Admin Access Security

If you are a WISECP user, you are fully protected from unauthorized access to your admin area.

Some of the strong security layers of your WISECP automation are that the administration panel access path is easily changeable and the administrator / user passwords are fully protected.

Admin Panel Access Security

From the first installation, your administration panel can be accessed via example.com/admin as standard. However, this means that the administration panel login screen is accessible to everyone and is open to brute force attacks. Even if there are strong security measures against "Brute Force" attacks on WISECP, changing the administration panel path contributes greatly to your security.

Changing Admin Panel Access Path
  1. Follow the path "Admin Area > Settings > Security"
  2. On the page that opens, you can change the phrase "admin" in the "Admin Access Path" field as you wish. We recommend that you note down the phrase you defined before saving the change. After the save process, your session will end and you will need to log in again via the new access path.
Resetting Admin Panel Access Path

For security reasons, the admin panel access path is stored encrypted on the system. In this way, even if unauthorized access to your system files is made, the admin panel access path cannot be obtained.

If you changed the admin panel access path but cannot remember the phrase you defined, you need to follow the solution below.

  1. Log in to your my.wisecp.com client area.
  2. View your license details.
  3. Copy the "Admin URL KEY" value in the page that opens.
  4. Open your "/coremio/configuration/general.php" file via FTP.
  5. Paste in the "KEY" field corresponding to the "admin-folder" value.
  6. Save and close the file.

After these process, you can now access your administration area via the /admin path.

general.php File

<?php 
return [
    'general' => [
        'order-key'        => 'RnJJblJ2TVljL294aG40dEd2a3o1WlRnWHl4NkZxQkNSUlhOY3ZpbVhIcmhUUWluTWpCWkhJN0dhekMvUWhFVA==',
        'language'         => 'auto',
        'local'            => 'en',
        'country'          => 'us',
        'currency'         => 4,
        'timezone'         => 'America/Los_Angeles',
        'admin-folder'     => 'SXBJZytYT1lobFVrNS9IWlVFQkt6Zz09',
        'established-date' => '2018-08-09 14:06:39',
        'cache'            => true,
    ],
];

Admin Information Access Security

From the first installation, your administrator information is the e-mail address and admin123 password you registered on my.wisecp.com. When you access your WISECP admin area for the first time, it is imperative to change your admin password.

If you changed your admin password but do not remember it, please follow the steps below.

Resetting Admin Password

For security reasons, administrator and user passwords can't be obtained on PhpMyAdmin easy by changing the password or e-mail information. All passwords are irreversibly encrypted with a private and strong encryption technology. In this way, even if unauthorized access is made to your database, logging into the system as admin and user is prevented.

There is a "Forgot Password" link in the admin area login screen. You can send a reset message to your registered email address by clicking this link. If you are not receive a reset message to your registered email address, please follow the steps below.

  1. Log in to your my.wisecp.com client area.
  2. View your license details.
  3. Copy the "Admin Password KEY" value in the page that opens.
  4. Login to your "phpMyAdmin" panel and access on your WISECP database.
  5. Access the "users" table.
  6. Paste the KEY information you copied into the "password" column of the user in the first row.

After these process, you can now log in to your admin area with admin123 password.

Note: The encryption keys for admins and users are private and unique for each WISECP installation. The KEY information for a WISECP installation cannot be used for a different WISECP.

 
Security Levels WFraud®

Do you have any questions?

Feel free to contact us
Contact Us
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top