浏览代码

Minor rearrangement to aid sidebar positioning

Luke Taylor 17 年之前
父节点
当前提交
8a7c937fa9
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/docbkx/namespace-config.xml

+ 4 - 4
src/docbkx/namespace-config.xml

@@ -174,10 +174,7 @@
   ]]>
   ]]>
       </programlisting>
       </programlisting>
         This defines two users, their passwords and their roles within the application (which will
         This defines two users, their passwords and their roles within the application (which will
-        be used for access control). The
-        <literal>&lt;authentication-provider&gt;</literal>
-        element specifies that the user information will be registered with the authentication
-        manager and used to process authentication requests.
+        be used for access control). 
         <sidebar>
         <sidebar>
           <para>If you are familiar with previous versions of the framework, you can probably
           <para>If you are familiar with previous versions of the framework, you can probably
           already guess roughly what's going on here. The &lt;http&gt; element is 
           already guess roughly what's going on here. The &lt;http&gt; element is 
@@ -192,6 +189,9 @@
             <classname>AuthenticationProvider</classname>
             <classname>AuthenticationProvider</classname>
             is automatically registered with it.</para>
             is automatically registered with it.</para>
         </sidebar>
         </sidebar>
+        The <literal>&lt;authentication-provider&gt;</literal>
+        element specifies that the user information will be registered with the authentication
+        manager and used to process authentication requests.        
       </para>
       </para>
       <para>
       <para>
         At this point you should be able to start up your application and you will be required to
         At this point you should be able to start up your application and you will be required to