Solutions-Nitriques / anti_brute_force

Secure your Symphony CMS login page against brute force attacks
http://symphonyextensions.com/extensions/anti_brute_force/
Other
10 stars 12 forks source link

Use email setter functions, replace deprecated delegate #33

Closed michael-e closed 8 years ago

michael-e commented 8 years ago

When creating emails, the core's email setters should be used.

I also did a major code style cleanup (PSR-2), I hope that you are OK with that.

The correct delegate InitialiseAdminPageHead is available since Symphony 2.4. Unfortunately, the corresponding callback function is public, so we can't change its name without releasing a new major version.

nitriques commented 8 years ago

Wow Micheal, thanks a lot!

As you know, I like to be picky ;) Just so you know, commit 13532d3 removes parentheses, not brackets :P

michael-e commented 8 years ago

removes parentheses, not brackets

Ah, that was German English, probably.

nitriques commented 8 years ago

;)