This commit is contained in:
Leo McArdle 2015-09-06 00:58:05 +01:00
Родитель 6038c9a62d
Коммит 5ed0d76f87
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,5 @@
en:
site_settings:
webmaker_server: 'Webmaker ID server url'
webmaker_client_id: 'Webmaker OAuth2 client id'
webmaker_client_secret: 'Webmaker OAuth2 client secret'

Просмотреть файл

@ -63,8 +63,8 @@ end
auth_provider :title => 'with Webmaker',
:message => 'Authentication with Webmaker (make sure pop up blockers are not enabled)',
:frame_width => 920,
:frame_height => 800,
:frame_width => 660,
:frame_height => 650,
:authenticator => WebmakerAuthenticator.new('webmaker', trusted: true)
register_css <<CSS