diff options
Diffstat (limited to 'lib/tasks/development_init.rake')
| -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 | ||
