mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
[ticket/16006] Create unique ID's for OAuth (un)linking
PHPBB3-16006
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- BEGIN oauth -->
|
||||
<form id="ucp" method="post" action="{S_UCP_ACTION}">
|
||||
<form id="ucp_oauth_{oauth.SERVICE_ID}" method="post" action="{S_UCP_ACTION}">
|
||||
<h3>{oauth.SERVICE_NAME}</h3>
|
||||
|
||||
<fieldset class="fields2">
|
||||
|
Reference in New Issue
Block a user