There are events on the CreateUser control that allow you to send a false
back to abort the log in process.
Another option, probably better, is use the objects and create your own
"make a new user" page for administrative purposes. You would then have full
control over the creation without the logging in aspect. The membership
objects are quite easy to work with.

Signature
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss
or just read it:
http://gregorybeamer.spaces.live.com/
*************************************************
| Think outside the box!
*************************************************
> In the admin section of my application I user the CreateUserWizard to
> register users who have access to the application.
[quoted text clipped - 6 lines]
>
> // S