mirror of
https://github.com/redmine/redmine.git
synced 2026-07-30 21:00:52 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user