Merged r14032 (#19132).

git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14033 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2015-02-19 17:38:10 +00:00
parent 4323266f6c
commit 8b0647957d

View File

@@ -291,7 +291,7 @@ class Setup < ActiveRecord::Migration
user = User.new :firstname => "Redmine",
:lastname => "Admin",
:mail => "admin@example.net",
:mail_notification => 'all',
:mail_notification => true,
:status => 1
user.login = 'admin'
user.hashed_password = "d033e22ae348aeb5660fc2140aec35850c4da997"