diff options
Diffstat (limited to 'lib/tasks')
| -rw-r--r-- | lib/tasks/development_init.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/development_init.rake b/lib/tasks/development_init.rake index 94f323c3..91797d9b 100644 --- a/lib/tasks/development_init.rake +++ b/lib/tasks/development_init.rake | |||
| @@ -19,7 +19,7 @@ namespace :cccms do | |||
| 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 | :roles => ["admin", "redaktion"] |
| 23 | ) | 23 | ) |
| 24 | end | 24 | end |
| 25 | 25 | ||
