Browse Source

Fix 'id' of the checkbox

Hiroyuki Wada 7 years ago
parent
commit
a37a4ae1e0
1 changed files with 1 additions and 1 deletions
  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") }}