Vote #73911
完了Enable configuration of OpenIdAuthentication.store
0%
説明
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
journals
Very good, this message keeps bugging me...
--------------------------------------------------------------------------------
How about this patch?
--------------------------------------------------------------------------------
+1 works for me too.
--------------------------------------------------------------------------------
fix typo.
--------------------------------------------------------------------------------
Committed in trunk r11849, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------