]> git.openstreetmap.org Git - rails.git/commit
Allow signups to be blocked by MX host
authorTom Hughes <tom@compton.nu>
Sun, 23 Jun 2019 10:21:03 +0000 (11:21 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 23 Jun 2019 10:21:03 +0000 (11:21 +0100)
commitd2d5d48f2993f2ffca415362a40b8a02127bd4a8
tree623888ef071548a94318c93c1322f8dc7725dfbd
parentfc67e63589536b0d8fa3a92aa7eff57ebeceb3a6
Allow signups to be blocked by MX host
app/controllers/users_controller.rb
app/models/acl.rb
db/migrate/20190623093642_add_mx_acls.rb [new file with mode: 0644]
db/structure.sql
test/models/acl_test.rb