mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 19:06:37 +00:00
Users: Prevent duplicate usernames.
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
|
||||
//add the user to the database
|
||||
$user_email = '';
|
||||
if ($_SESSION["user"]["unique"]["text"] != "global") {
|
||||
if ($_SESSION["users"]["unique"]["text"] != "global") {
|
||||
if ($autogen_users == "true") {
|
||||
$auto_user = $extension;
|
||||
for ($i=1; $i<=$range; $i++) {
|
||||
|
||||
Reference in New Issue
Block a user