diff options
author | mrgoldy <gijsmartens1@gmail.com> | 2019-04-02 10:59:36 +0200 |
---|---|---|
committer | mrgoldy <gijsmartens1@gmail.com> | 2019-04-02 10:59:36 +0200 |
commit | af994e7a390eea1125d63a6d0e2ef7b945549669 (patch) | |
tree | 6a47035e40feb8b38daa2c5df1cd7e684b925f8a /phpBB/styles/prosilver/template | |
parent | 433803287ad3eccece6fd5f358fa8dab10516bc6 (diff) | |
download | forums-af994e7a390eea1125d63a6d0e2ef7b945549669.tar forums-af994e7a390eea1125d63a6d0e2ef7b945549669.tar.gz forums-af994e7a390eea1125d63a6d0e2ef7b945549669.tar.bz2 forums-af994e7a390eea1125d63a6d0e2ef7b945549669.tar.xz forums-af994e7a390eea1125d63a6d0e2ef7b945549669.zip |
[ticket/16006] Create unique ID's for OAuth (un)linking
PHPBB3-16006
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_auth_link_oauth.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_auth_link_oauth.html b/phpBB/styles/prosilver/template/ucp_auth_link_oauth.html index 18316613b0..60061a3139 100644 --- a/phpBB/styles/prosilver/template/ucp_auth_link_oauth.html +++ b/phpBB/styles/prosilver/template/ucp_auth_link_oauth.html @@ -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"> |