diff options
| author | hukl <contact@smyck.org> | 2009-10-21 22:15:43 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-21 22:15:43 +0200 |
| commit | 4def3648087d9322055ea8a34a326706e867dbed (patch) | |
| tree | 6c327fafb67e145f70fad20e0adaa6e08ae59354 /lib/tasks | |
| parent | 31c547274a0609a5e1aeccb4da00ef228a5ae8e2 (diff) | |
adding admin flag in setup task
Diffstat (limited to 'lib/tasks')
| -rw-r--r-- | lib/tasks/development_init.rake | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 18 | :login => 'admin', | 18 | :login => 'admin', |
| 19 | :email => 'admin@cccms.de', | 19 | :email => 'admin@cccms.de', |
| 20 | :password => 'foobar', | 20 | :password => 'foobar', |
| 21 | :password_confirmation => 'foobar' | 21 | :password_confirmation => 'foobar', |
| 22 | :admin => true | ||
| 22 | ) | 23 | ) |
| 23 | end | 24 | end |
| 24 | 25 | ||
