Index: branches/release-41/tmpl/comment/register.tmpl
===================================================================
--- branches/release-41/tmpl/comment/register.tmpl (revision 2088)
+++ branches/release-41/tmpl/comment/register.tmpl (revision 2821)
@@ -87,4 +87,24 @@
     </mtapp:setting>
 
+    <mt:Loop name="field_loop">
+        <mt:If name="__first__">
+        <input type="hidden" name="_type" value="author" id="obj_type" />
+        <input type="hidden" name="customfield_beacon" value="1" id="customfield_beacon" />
+        </mt:If>
+        <!-- start-customfield_<$mt:Var name="basename"$> -->
+        <mtapp:setting
+            id="$field_id"
+            label="$name"
+            hint="$description"
+            shown="$show_field"
+            show_hint="$show_hint"
+            required="$required">
+
+        <$mt:Var name="field_html"$>
+
+        </mtapp:setting>
+        <!-- end-customfield_<$mt:Var name="basename"$> -->
+    </mt:Loop>
+
     <div class="actions-bar">
         <div class="actions-bar-inner pkg actions">
Index: branches/release-41/tmpl/comment/signup.tmpl
===================================================================
--- branches/release-41/tmpl/comment/signup.tmpl (revision 2146)
+++ branches/release-41/tmpl/comment/signup.tmpl (revision 2821)
@@ -103,4 +103,24 @@
 </mt:if>
 
+<mt:Loop name="field_loop">
+    <mt:If name="__first__">
+    <input type="hidden" name="_type" value="author" id="obj_type" />
+    <input type="hidden" name="customfield_beacon" value="1" id="customfield_beacon" />
+    </mt:If>
+    <!-- start-customfield_<$mt:Var name="basename"$> -->
+    <mtapp:setting
+    id="$field_id"
+    label="$name"
+    hint="$description"
+    shown="$show_field"
+    show_hint="$show_hint"
+    required="$required">
+
+    <$mt:Var name="field_html"$>
+
+    </mtapp:setting>
+    <!-- end-customfield_<$mt:Var name="basename"$> -->
+</mt:Loop>
+
     <div class="actions-bar">
         <div class="actions-bar-inner pkg actions">
Index: branches/release-41/tmpl/comment/profile.tmpl
===================================================================
--- branches/release-41/tmpl/comment/profile.tmpl (revision 2784)
+++ branches/release-41/tmpl/comment/profile.tmpl (revision 2821)
@@ -89,4 +89,24 @@
     </mtapp:setting>
 
+    <mt:Loop name="field_loop">
+        <mt:If name="__first__">
+        <input type="hidden" name="_type" value="author" id="obj_type" />
+        <input type="hidden" name="customfield_beacon" value="1" id="customfield_beacon" />
+        </mt:If>
+        <!-- start-customfield_<$mt:Var name="basename"$> -->
+        <mtapp:setting
+        id="$field_id"
+        label="$name"
+        hint="$description"
+        shown="$show_field"
+        show_hint="$show_hint"
+        required="$required">
+
+        <$mt:Var name="field_html"$>
+
+        </mtapp:setting>
+        <!-- end-customfield_<$mt:Var name="basename"$> -->
+    </mt:Loop>
+
 <p><input type="submit" name="submit" id="save-button" class="ti" accesskey="s" value="<__trans phrase="Save">" /></p>
 
