Fix admin first setup, email and password in README

This commit is contained in:
Gopesh Tulsyan 2014-04-08 20:32:13 +05:30
parent 628211f0fc
commit f6e60823a7
3 changed files with 7 additions and 3 deletions

View file

@ -77,13 +77,14 @@ bundle exec rake db:seed
7. Connect to osem.example.org and register your first user. Make also sure that Postfix is installed and configured on the system for the confirmation mail to pass through.
8. To make the first registered user an admin:
<!-- 8. To make the first registered user an admin:
```
rails console
User.all
me = User.find('1')
me.role_ids=[3]
```
``` -->
8. Login as Admin with email:admin@opensuse.org and password:admin1234
Caveats
=======