You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to add my domains to the plugin. When I clicked the apply, client values disappeared.
I re-create a new client ID and secret but can't save client values with or without available domain info.
Log-in w/ Google option disappeared from login page now.
The text was updated successfully, but these errors were encountered:
Had the same problem.
As a workaround you can update database to make it work again:
BEGIN;
UPDATE settings set value ='--- !ruby/hash-with-ivars:ActionController::Parameterselements: client_id: "<your oauth id>" client_secret: "<your oauth secret>" allowed_domains: "domain1.com\r\ndomain2.net" oauth_authentification: ''true''ivars: :@permitted: false'WHERE id = (SELECT id FROM settings WHERE name ='plugin_redmine_omniauth_google');
COMMIT;
I wanted to add my domains to the plugin. When I clicked the apply, client values disappeared.
I re-create a new client ID and secret but can't save client values with or without available domain info.
Log-in w/ Google option disappeared from login page now.
The text was updated successfully, but these errors were encountered: