[DBTech] DragonByte Security

龙魂安全 5.0.1

没有下载权限
  • 主题发起人 主题发起人 anne
  • 起始日期 起始日期
已加入
2020/07/06
消息
3,835
回应得分
10,926
Credits
$2,609
安妮提交了一份新的资源: DragonByte Security-DragonByte保持对你的论坛的密切关注。
DragonByte在你不在时也密切关注你的论坛,并且能够通知你任何可疑活动。使用DragonByte是为那些关心安全或希望在可疑活动发生时得到警报的论坛的理想产品。它包含多个“安全观察者”如失败登录和管理员控制台登录,当达到某些阈值时可以设置不同的行动级别。例如,如果有人尝试……
Read more about this resource...
 
sloved question
Callback DBTech\Security\Template\Callback\Copyright::get Copyright Text is invalid
change
src/addons/DBTech/Security/Template/Callback/Copyright.php
from
PHP:
class Copyright
{
}

to
PHP:
class Copyright
{
      public static function getCopyrightText(): string {
       return "";
   }
}
 
anne updated [DBTech] DragonByte Security with a new update entry:

4.5.6

Change: Switch to a more stable method of updating the country list

Release notes​

This version updates the country fetching code to be more reliable, and no longer requires an API key. If you previously had problems fetching the country list, please run the "Update country list" cron job one more time manually, after which the list should populate itself correctly.

Furthermore, since no API key is needed, fresh installation should once again find the country list...

Read the rest of this update entry...
 
anne updated [DBTech] DragonByte Security with a new update entry:

4.6.0

* **Feature:** Account unlocks now add an entry to the IP log *2022-01-27*
* **Feature:** Batch update: Account lock (user unlock) *2022-01-27*
* **Feature:** Optional forced CAPTCHA for front-end and AdminCP logins *2022-01-27*
* **Change:** Account locks (user unlock or admin unlock) are now logged in the User Change Log *2022-01-27*
* **Fix:** Fix potential server errors when viewing certain pages *2022-01-27*
* **Fix:** Fix an issue where the User Information watcher wasn't correctly...

Read the rest of this update entry...
 
thanks to dear member @newimage updated [DBTech] DragonByte Security with a new update entry:

4.6.2

Fix: "You must be logged in to do that" pages did not have captcha properly applied on first load
Fix: Fix incompatibility with 3rd party add-ons that also extend certain View classes
Fix: Using the new XF2 security locking feature in a Security Watcher could fail to apply the lock in certain scenarios

Release notes​

This version fixes a couple of issues with the new Login Captcha feature, as well as an issue with the new Security Lock feature in...

Read the rest of this update entry...
 
顶部