= Using the Editable Admin Tool =

The default project includes a customizable admin interface that you can use
to provide content management features to site owners. We'll use it to create
a couple of new pages on the site.

Connect to your site at http://localhost:8888/admin.
You should see a login screen. Login with the sample admin user/password
`admin/admin`.

[[Image(source:/trunk/docs/modu-developer-guide/images/admin-intro/02-admin-login.png)]]

Once you've logged in, you should see a (empty) list of 'pages'. We'll get to
this in a second, but first we need to change our admin password.

[[Image(source:/trunk/docs/modu-developer-guide/images/admin-intro/03-page-listing.png)]]

In the left-hand navigation are a list of content types, click on 'users' to
see the list of currently available users.

[[Image(source:/trunk/docs/modu-developer-guide/images/admin-intro/04-user-listing.png)]]

Click on the `admin' user to get to the detail page for that record.

[[Image(source:/trunk/docs/modu-developer-guide/images/admin-intro/05-user-detail.png)]]

Take a minute to change your administrative password, typing it in twice to
verify, then clicking the 'save' button. Go back to the 'pages' interface by
clicking the link in the left-side navigation menu.

Click the "Create New Record" link. You'll see a very simple form for creating or editing a page. If you don't see the FCKEditor (instead seeing just an empty space), make sure you've downloaded the FCKEditor distribution and dropped its contents in source:/trunk/modu/assets/fckeditor

[[Image(source:/trunk/docs/modu-developer-guide/images/admin-intro/06-page-detail.png)]]

