1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge pull request #5303 from senky/ticket/11838

[ticket/11838] OAuth registration from ucp_register
This commit is contained in:
Marc Alexander
2018-09-16 13:26:19 +02:00
committed by GitHub
4 changed files with 38 additions and 1 deletions

View File

@@ -12,6 +12,17 @@
}
</script>
<div class="panel">
<div class="inner">
<h2>{{ SITENAME }} - {{ lang('OAUTH_REGISTRATION') }}</h2>
{% if PROVIDER_TEMPLATE_FILE %}
{% include PROVIDER_TEMPLATE_FILE %}
{% endif %}
</div>
</div>
<form id="register" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
<div class="panel">