Jump to content

[Resolved] Security Suite


verhoejw

Recommended Posts

Hi

I have installed the security suite plugin. Now 2 changes are advised by the plugin.

MEDIUM Rename the Admin Directory

Fail. We recommend renaming the /admin folder to something hard to guess. The change must be specified this in the includes/global.inc.php file.

Example:
$glob['adminFolder'] = 'd229130';

MEDIUM Rename the Admin File

Fail. We recommend renaming the /admin.php file to something hard to guess. The change must be specified this in the includes/global.inc.php file. It must keep the .php extension!

Example:
$glob['adminFile'] = '5b06482.php';

 

Can this be done without any problems ( database etc.. ), meaning if i made these 2 changes will the site and admin part work normally or can i expect more problems.

Link to comment
Share on other sites

Can this be done without any problems ( database etc.. ), meaning if i made these 2 changes will the site and admin part work normally or can i expect more problems.

This is a simple and easy change to do that doesnt come anywhere near the database and will not cause any problems - all sites should really do this to increase the security of the admin login area

In fact, I have raised a github issue for this - https://github.com/cubecart/v6/issues/930

Ian

Edited by havenswift-hosting
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...