mirror of
https://github.com/redmine/redmine.git
synced 2026-03-04 19:41:25 +01:00
Don't force english language for default admin account (#12485).
Contributed by Go MAEDA. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10953 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -292,7 +292,6 @@ class Setup < ActiveRecord::Migration
|
||||
:lastname => "Admin",
|
||||
:mail => "admin@example.net",
|
||||
:mail_notification => true,
|
||||
:language => "en",
|
||||
:status => 1
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user