From 4def3648087d9322055ea8a34a326706e867dbed Mon Sep 17 00:00:00 2001 From: hukl Date: Wed, 21 Oct 2009 22:15:43 +0200 Subject: adding admin flag in setup task --- lib/tasks/development_init.rake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/tasks/development_init.rake b/lib/tasks/development_init.rake index cf97cc3..cb31215 100644 --- a/lib/tasks/development_init.rake +++ b/lib/tasks/development_init.rake @@ -18,7 +18,8 @@ namespace :cccms do :login => 'admin', :email => 'admin@cccms.de', :password => 'foobar', - :password_confirmation => 'foobar' + :password_confirmation => 'foobar', + :admin => true ) end -- cgit v1.3