rafass
Well-known member
WhoopsDouble-checked that, couldn't find anything not working though.
The problem is a configuration with my CDN, I got it. I'll test again
WhoopsDouble-checked that, couldn't find anything not working though.
My bad, uploading a fix in a few minutes.View attachment 114352
Am I doing something wrong? Getting this error on registration (after filling details then sign up). I'm on XenForo 1.4.10.
- Fixed a bug with the bruteforce-class being called wrong, causing an error
- Changed the default color of phrase and segment from a static value to @mutedTextColor in the style properties
I've done some minor code cleanup and optimization, nothing that should break anything. As the addon seems to be stable by now, I've decided to leave beta stage. Thanks at all for testing!
- Minor Code Cleanup
- Minor Code Optimization
$addonsToUninstall = array(...);
$addonModel = XenForo_Model::create("XenForo_Model_AddOn");
foreach($addonsToUninstall as $addonToUninstall)
{
$addon = $addonModel->getAddOnById($addonToUninstall);
if (!empty($addon))
{
$dw = XenForo_DataWriter::create('XenForo_DataWriter_AddOn');
$dw->setExistingData($addonToUninstall);
$dw->delete();
}
}
Hmm, when I had it to anything other than the 'Very Weak' setting it was saying something about The Field '8292030229202022' is missing or something and on 'Weak' to test I used Zyn!Test1 and it was saying it was not strong enough
I leave on weak password and no problems on my side.My settings were the same as above but 4 minimum length and no blacklisted passwords ^^
I got an error too.
- Fixed an issue with 'Force Reject'
- 'Check Passwords' does no longer require FontAwesome
- Addon now automatically detects and uninstalls my old jQuery Complexify AddOn - Thanks @Xon for the code snippet.
We use essential cookies to make this site work, and optional cookies to enhance your experience.