about summary refs log tree commit diff
path: root/config/initializers/blacklists.rb
AgeCommit message (Collapse)Author
2017-04-12Quick best practice cleanup of views/helpers (#1546)Matt Jankowski
* Remove trailing whitespace * Use query methods instead of explicit .blank? checks
2017-04-04[#817] Add email whitelistPete Keen
This adds the ability to filter user signup with a whitelist instead of or in addition to a blacklist. Fixes #817
2016-12-04Adding configurable e-mail blacklistEugen Rochko