Merge b9cc2a4394 into 02d75ec729
This commit is contained in:
commit
f0d1ce6749
1 changed files with 3 additions and 0 deletions
|
|
@ -154,6 +154,9 @@ eg. if your PR is doing something related to conference registrations, go to the
|
|||
### Email Notifications
|
||||
**Note**: We use [letter_opener](https://github.com/ryanb/letter_opener) in development environment. You can check out your mails by visiting [localhost:3000/letter_opener](http://localhost:3000/letter_opener).
|
||||
|
||||
### openID
|
||||
In order to use [openID](http://openid.net/) logins for your OSEM in development you need create `config/secrets.yml` file. After this simply refer to development block in `config/secrets.yml.example` to setup `config/secrets.yml`. Now you can run `rake secret` to generate secret_key. Replace sample `secret_key_base` in `config/secrets.yml` with generated one. Restart rails server once to use openID logins.
|
||||
|
||||
### Using iChain in test mode
|
||||
[devise_ichain_authenticatable](https://github.com/openSUSE/devise_ichain_authenticatable) comes with
|
||||
test mode, which can be useful in development phase in which an iChain proxy is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue