Minor rearrangement to aid sidebar positioning
This commit is contained in:
parent
6b86b05a0a
commit
8a7c937fa9
|
@ -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
|
be used for access control).
|
||||||
<literal><authentication-provider></literal>
|
|
||||||
element specifies that the user information will be registered with the authentication
|
|
||||||
manager and used to process authentication requests.
|
|
||||||
<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 <http> element is
|
already guess roughly what's going on here. The <http> 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><authentication-provider></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
|
||||||
|
|
Loading…
Reference in New Issue