diff --git a/doc/xdocs/dbinit.txt b/doc/xdocs/dbinit.txt index 2648b5c5f4..512d1f6e62 100644 --- a/doc/xdocs/dbinit.txt +++ b/doc/xdocs/dbinit.txt @@ -1,5 +1,12 @@ --- $Id$ +--- Sample Hypersonic SQL compatible schema and data +--- +--- All Acegi Security JDBC DAOs can be customised to use a different schema. +--- In addition, the Acegi Security JDBC DAOs do not even need to be used +--- with Acegi Security, and an entirely customised persistence strategy +--- can be employed via standard interfaces (eg in-memory, Hibernate etc). + SET IGNORECASE TRUE; CREATE TABLE users ( diff --git a/doc/xdocs/navigation.xml b/doc/xdocs/navigation.xml index dceadd0737..a728569b3f 100644 --- a/doc/xdocs/navigation.xml +++ b/doc/xdocs/navigation.xml @@ -30,13 +30,14 @@