* @throws EntityExistsException if the user account already exists.
*/
public void createAccount(User user, String initialPassword)
throws EntityExistsException, DataBackendException
{
throw new DataBackendException("PassiveUserManager does not support"
+ " creating accounts");
}