X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=bd3ff3e03a512dcb1e3039fe5491241fad3ffce9;hb=470c3559d5077d2db4779610bbd798d58eaec27f;hp=c8f0d81afaf5c2540ec2278d55280efe2141775a;hpb=0cbeb01df08457b056a7ae775b4924c266b4228b;p=freeside.git 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;