Actions
Feature #14060
closedEnable configuration of OpenIdAuthentication.store
Start date:
Due date:
% Done:
0%
Estimated time:
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
Files
Updated by Jan Niggemann (redmine.org team member) over 11 years ago
Very good, this message keeps bugging me...
Updated by Toshi MARUYAMA over 11 years ago
- File openid-conf.diff openid-conf.diff added
How about this patch?
Updated by Toshi MARUYAMA over 11 years ago
- Subject changed from Enable configruation of OpenIdAuthentication.store to Enable configuration of OpenIdAuthentication.store
fix typo.
Updated by Toshi MARUYAMA over 11 years ago
- Tracker changed from Patch to Feature
- Target version set to 2.4.0
- Resolution set to Fixed
Committed in trunk r11849, thanks.
Actions