##// END OF EJS Templates
Merged r14032 (#19132)....
Jean-Philippe Lang -
r13651:8b0647957dd2
parent child
Show More
@@ -291,7 +291,7 class Setup < ActiveRecord::Migration
291 user = User.new :firstname => "Redmine",
291 user = User.new :firstname => "Redmine",
292 :lastname => "Admin",
292 :lastname => "Admin",
293 :mail => "admin@example.net",
293 :mail => "admin@example.net",
294 :mail_notification => 'all',
294 :mail_notification => true,
295 :status => 1
295 :status => 1
296 user.login = 'admin'
296 user.login = 'admin'
297 user.hashed_password = "d033e22ae348aeb5660fc2140aec35850c4da997"
297 user.hashed_password = "d033e22ae348aeb5660fc2140aec35850c4da997"
General Comments 0
You need to be logged in to leave comments. Login now