---
title: "Allowing email reuse in phpBB"
description: "When adding users to a phpBB forum, when testing or debugging your user registrations, you may run into an errors like the following. The entered email address is already in use. This error occurs..."
url: https://www.inmotionhosting.com/support/edu/phpbb/allowing-email-reuse-in-phpbb/
date: 2013-03-26
modified: 2022-03-11
author: "InMotion Hosting Contributor"
categories: ["phpBB"]
type: post
lang: en
---

# Allowing email reuse in phpBB

[![Email already in use error phpBB](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/edu_phpbb_303_email-already-in-use-1-error.png)](/support/wp-content/uploads/2013/03/edu_phpbb_303_email-already-in-use-1-error.png)

When adding users to a phpBB forum, when testing or debugging your user registrations, you may run into an errors like the following.

The entered email address is already in use.
This error occurs when you try to enter the same email address multiple times when registering user accounts. When you are running tests on your user registrations and you need to allow multiple email addresses, you can change a setting in phpBB to allow it. This article will explain how to prevent this by setting the “*Allow e-mail address re-use*” option to *Yes* in phpBB.

## Allowing Multiple Identical Email Addresses

1. [Log into your phpBB Admin Control Panel (ACP)](/support/edu/phpbb/phpbb-login/).
2. [![Board configuration phpBB](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/edu_phpbb_303_email-already-in-use-2-board-configuration.png)](/support/wp-content/uploads/2013/03/edu_phpbb_303_email-already-in-use-2-board-configuration.png) On the general tab, Click the **User registration settings** in the **Board Configuration**.
3. [![Select yes for allow email address reuse phpBB](https://www.inmotionhosting.com/support/wp-content/uploads/2013/03/edu_phpbb_303_email-already-in-use-3-general-options.png)](/support/wp-content/uploads/2013/03/edu_phpbb_303_email-already-in-use-3-general-options.png) Click the **Yes** radio button next to the “*Allow e-mail address re-use”* option. **Save** the changes.
