mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix admin first setup, email and password in README
This commit is contained in:
parent
628211f0fc
commit
f6e60823a7
3 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
=======
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue