2013-07-23 14:06:01 -04:00
|
|
|
<h2>{L_AUTH_PROVIDER_OAUTH_TITLE}</h2>
|
|
|
|
|
2013-07-23 14:29:38 -04:00
|
|
|
<p>{L_AUTH_PROVIDER_OAUTH_EXPLAIN}</p>
|
|
|
|
|
2013-07-23 14:06:01 -04:00
|
|
|
<!-- BEGIN oauth_services -->
|
|
|
|
<fieldset>
|
|
|
|
<legend>{oauth_services.ACTUAL_NAME}</legend>
|
|
|
|
<dl>
|
2013-07-23 14:29:38 -04:00
|
|
|
<dt><label for="oauth_service_{oauth_services.NAME}_key">{L_AUTH_PROVIDER_OAUTH_KEY}{L_COLON}</label></dt>
|
2013-07-23 14:13:51 -04:00
|
|
|
<dd><input type="text" id="oauth_service_{oauth_services.NAME}_key" size="40" name="config[auth_oauth_{oauth_services.NAME}_key]" value="{oauth_services.KEY}" /></dd>
|
2013-07-23 14:06:01 -04:00
|
|
|
</dl>
|
|
|
|
<dl>
|
2013-07-23 14:29:38 -04:00
|
|
|
<dt><label for="oauth_service_{oauth_services.NAME}_secret">{L_AUTH_PROVIDER_OAUTH_SECRET}{L_COLON}</label></dt>
|
2013-07-23 14:13:51 -04:00
|
|
|
<dd><input type="text" id="oauth_service_{oauth_services.NAME}_secret" size="40" name="config[auth_oauth_{oauth_services.NAME}_secret]" value="{oauth_services.SECRET}" /></dd>
|
2013-07-23 14:06:01 -04:00
|
|
|
</dl>
|
|
|
|
</fieldset>
|
|
|
|
<!-- END oauth_services -->
|