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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user