X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=bd3ff3e03a512dcb1e3039fe5491241fad3ffce9;hp=c8f0d81afaf5c2540ec2278d55280efe2141775a;hb=f4c5c0a244d4cb9ee80f72e909b090b3e71eea2d;hpb=83337c0a780c6e26618a7d0c2f228d8c32d30da3 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c8f0d81af..bd3ff3e03 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1283,6 +1283,14 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'global_unique-username', + 'section' => 'username', + 'description' => 'Global username uniqueness control: none (usual setting - check uniqueness per exports), username (all usernames are globally unique, regardless of domain or exports), or username@domain (all username@domain pairs are globally unique, regardless of exports)', + 'type' => 'select', + 'select_enum' => [ 'none', 'username', 'username@domain' ], + }, + ); 1;