1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11838] OAuth registration from ucp_register

PHPBB3-11838
This commit is contained in:
Jakub Senko
2018-07-26 16:34:11 +02:00
committed by Marc Alexander
parent 3c2e75b52a
commit 3914515199
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">