Commit 806a1665e13e167ebde65c0043bc3eee0562cb84
1 parent
9839cbc7
Exists in
master
and in
29 other branches
ActionItem1165: making e-mail work
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
script/import-cooperation.net
... | ... | @@ -100,6 +100,7 @@ for username in ARGV |
100 | 100 | |
101 | 101 | # create user |
102 | 102 | user = User.new(:login => login, :email => username, :environment => environment) |
103 | + user.enable_email = true | |
103 | 104 | |
104 | 105 | # import person data |
105 | 106 | imported_data = Hash.from_xml(File.read(File.join(IMPORT_DIR, username + '.xml')))['person'] | ... | ... |
util/mail/postgresql/mail_users.sql