Ver Fonte

Fix 'id' of the checkbox

Hiroyuki Wada há 7 anos atrás
pai
commit
a37a4ae1e0
1 ficheiros alterados com 1 adições e 1 exclusões
  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="form-group">
       <div class="col-xs-6 col-xs-offset-3">
       <div class="col-xs-6 col-xs-offset-3">
         <div class="checkbox checkbox-info">
         <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 %} />
               {% if settingForm['security:passport-saml:isSameEmailTreatedAsIdenticalUser'] %}checked{% endif %} />
           <label for="bindByEmail-SAML">
           <label for="bindByEmail-SAML">
             {{ t("security_setting.Treat email matching as identical", "email") }}
             {{ t("security_setting.Treat email matching as identical", "email") }}