Explorar o código

Fix 'id' of the checkbox

Hiroyuki Wada %!s(int64=7) %!d(string=hai) anos
pai
achega
a37a4ae1e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/server/views/admin/widget/passport/saml.html

+ 1 - 1
src/server/views/admin/widget/passport/saml.html

@@ -120,7 +120,7 @@
     <div class="form-group">
       <div class="col-xs-6 col-xs-offset-3">
         <div class="checkbox checkbox-info">
-          <input type="checkbox" id="bindByEmailName-SAML" name="settingForm[security:passport-saml:isSameEmailTreatedAsIdenticalUser]" value="1"
+          <input type="checkbox" id="bindByEmail-SAML" name="settingForm[security:passport-saml:isSameEmailTreatedAsIdenticalUser]" value="1"
               {% if settingForm['security:passport-saml:isSameEmailTreatedAsIdenticalUser'] %}checked{% endif %} />
           <label for="bindByEmail-SAML">
             {{ t("security_setting.Treat email matching as identical", "email") }}