@@ -291,7 +291,7 class Setup < ActiveRecord::Migration | |||
|
291 | 291 | user = User.new :firstname => "Redmine", |
|
292 | 292 | :lastname => "Admin", |
|
293 | 293 | :mail => "admin@example.net", |
|
294 |
:mail_notification => |
|
|
294 | :mail_notification => true, | |
|
295 | 295 | :status => 1 |
|
296 | 296 | user.login = 'admin' |
|
297 | 297 | user.hashed_password = "d033e22ae348aeb5660fc2140aec35850c4da997" |
General Comments 0
You need to be logged in to leave comments.
Login now