aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/auth_provider_oauth.html
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-23 14:13:51 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-23 14:14:09 -0400
commit32678f63ed04a8770720da4d94d01648dc595e82 (patch)
tree17761a9b5940b8d2793aa85b87671a577adf8938 /phpBB/adm/style/auth_provider_oauth.html
parent93cbdc37b51edf14cb2dbebb1ccb71a612f7fd94 (diff)
downloadforums-32678f63ed04a8770720da4d94d01648dc595e82.tar
forums-32678f63ed04a8770720da4d94d01648dc595e82.tar.gz
forums-32678f63ed04a8770720da4d94d01648dc595e82.tar.bz2
forums-32678f63ed04a8770720da4d94d01648dc595e82.tar.xz
forums-32678f63ed04a8770720da4d94d01648dc595e82.zip
[feature/oauth] Finish the template so it "works"
PHPBB3-11673
Diffstat (limited to 'phpBB/adm/style/auth_provider_oauth.html')
-rw-r--r--phpBB/adm/style/auth_provider_oauth.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/auth_provider_oauth.html b/phpBB/adm/style/auth_provider_oauth.html
index e3e246d727..87f8716c5e 100644
--- a/phpBB/adm/style/auth_provider_oauth.html
+++ b/phpBB/adm/style/auth_provider_oauth.html
@@ -5,11 +5,11 @@
<legend>{oauth_services.ACTUAL_NAME}</legend>
<dl>
<dt><label for="oauth_service_{oauth_services.NAME}_key">{L_AUTH_PROVIDER_OAUTH_KEY}{L_COLON}</label><br /><span>{L_AUTH_PROVIDER_OAUTH_KEY_EXPLAIN}</span></dt>
- <dd><input type="text" id="oauth_service_{oauth_services.NAME}_key" size="40" name="config[auth_oauth_{oauth_services.NAME}_key]" value="{AUTH_LDAP_SERVER}" /></dd>
+ <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>
</dl>
<dl>
<dt><label for="oauth_service_{oauth_services.NAME}_secret">{L_AUTH_PROVIDER_OAUTH_SECRET}{L_COLON}</label><br /><span>{L_AUTH_PROVIDER_OAUTH_SECRET_EXPLAIN}</span></dt>
- <dd><input type="text" id="oauth_service_{oauth_services.NAME}_secret" size="40" name="config[auth_oauth_{oauth_services.NAME}_secret]" value="{AUTH_LDAP_SERVER}" /></dd>
+ <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>
</dl>
</fieldset>
<!-- END oauth_services -->