Legacy XenForo support

Status
Not open for further replies.

Alfa1

Customer
Please consider a create a xenforo version.
Especially considering that XenForo is more vulnerable than vbulletin in some ways: in the sense that it has no separate modcp which means that no directory passwords or separate logins are possible.
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
At this time we have no plans of creating a XenForo version.

That being said, it is still fully possible to protect your AdminCP with .htaccess passwords in XenForo.
Code:
<Files admin.php>
AuthType Basic
AuthName "AdminCP"
AuthUserFile "/path/to/passwd"
require valid-user
</Files>
 
Correct, but moderators have access to admincp, so its not possible to add an extra layer of protection between moderator accounts and administration functions.
 
Status
Not open for further replies.
Back
Top