Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: How to enable Cache
Good passwords also prevent brute force. Anyway, you would need to install memcached and add this to cour config: $Configuration['Cache']['Enabled'] = TRUE;$Configuration['Ca… (View Post)7 -
Re: Can't embed forum. testing on bare site, still nothing.
This is wrong, http://fordevpurp.comule.com/vanilla/index.php?p=/js/embed.js doesn't exist. Change it to: <script type="text/javascript" src="http://fordevpurp.comule.com/vanil… (View Post)1 -
Re: Getting updated versions of addons in the .org directory
Oops, looks like i forgot adding any kind of description. The pull request was larger because the base was 2.1 But if we can get master to work for both versions, that'll be even better. (View Post)1 -
Re: How to block Brute force attack
Yes, seems to be the only rate limiting functionality. Started a pull request: https://github.com/vanilla/vanilla/pull/2346 See your other thread. What kind of 2 factor authentification? You could sw… (View Post)2 -
Re: Same error on many plugins:
@DennisS could you give us the full stack trace for these errors? I suspect the errors all will show up there as that's where the plugins "controller" methods are called. (View Post)1
