summaryrefslogtreecommitdiff
path: root/users/test/unit/local_email_test.rb
AgeCommit message (Collapse)Author
2013-10-17blacklist system logins for aliases and loginsAzul
We blacklist based on three things: * blacklist in APP_CONFIG[:handle_blacklist] * emails in RFC 2142 * usernames in /etc/passwd The latter two can be allowed by explicitly whitelisting them in APP_CONFIG[:handle_whitelist]. We stick to blocking names that have been configured as both blacklisted and whitelisted - better be save than sorry.
2013-07-24validations of email format and local domain moved overAzul
2013-07-24local email adds domain if neededAzul