The most complete documentation can be found on a separate site: [http://www.gvngroup.be/doc/LiveUser/index.php Intro to LiveUser] +++ Examples These are some of the examples from the LiveUser doc directory, listed and explained: : ((Example1)) : Uses a simple XML file to store user names and passwords, and a single Auth container of type **XML**. No user management or permission management is supported. : ((Example3)) : Example 3 is from the LiveUser_Admin docs area. It extends the paradigm by storing the user & permissions data in a database (set up by the MDB2 driver) and then setting up a few test areas and showing how area rights work. There is still no user management. : LiveUserAdminExample1 : LiveUser_Admin example 1 is also from the LiveUser_Admin docs area. It contains a few scripts that create users, grant permissions, etc, so that you can see how this is done. +++ See Also * ((Tutorials)) * ConfiguringLiveUser * Official [http://pear.php.net/manual/en/package.authentication.liveuser.php PEAR::LiveUser] documentation