Hiroyuki Wada 7 лет назад
Родитель
Сommit
a37a4ae1e0
1 измененных файлов с 1 добавлено и 1 удалено
  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") }}