Feature #14060
Enable configuration of OpenIdAuthentication.store
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Core Plugins | |||
Target version: | 2.4.0 | |||
Resolution: | Fixed |
Description
Hi there,
this is a small patch, which should provide the possibility to configure the OpenIdAuthentication.store.
This throws many warnings and spams the log-file on each start.
Message:
OpenIdAuthentication.store is nil. Using in-memory store.
There is also a discussion about this here: http://www.redmine.org/boards/1/topics/35523?r=37706#message-37706
About the Patch:- Added a new initializer which initialize the Store with a environment setting, if this isn't preserved, he loads a default value.
- Added two demo configurations to the environments production and development
Best regards,
Daniel
Associated revisions
enable configuration of OpenIdAuthentication.store (#14060)
fix yaml syntax and comment out (#14060)
History
#1
Updated by Jan Niggemann (redmine.org team member) over 9 years ago
Very good, this message keeps bugging me...
#3
Updated by Daniel Felix about 9 years ago
+1 works for me too.
#4
Updated by Toshi MARUYAMA about 9 years ago
- Subject changed from Enable configruation of OpenIdAuthentication.store to Enable configuration of OpenIdAuthentication.store
fix typo.
#5
Updated by Toshi MARUYAMA about 9 years ago
- Tracker changed from Patch to Feature
- Target version set to 2.4.0
- Resolution set to Fixed
Committed in trunk r11849, thanks.
#6
Updated by Toshi MARUYAMA about 9 years ago
- Status changed from New to Closed