summaryrefslogtreecommitdiff
path: root/FS/FS/AccessRight.pm
diff options
context:
space:
mode:
authorrsiddall <rsiddall>2009-06-15 21:41:33 +0000
committerrsiddall <rsiddall>2009-06-15 21:41:33 +0000
commitc7d6edd92281d39e6eb59656a5b79faf8454973d (patch)
tree4f9d5b4eb0161941a7298236f0683f54897fc018 /FS/FS/AccessRight.pm
parent4dc5a3df393ecc08e34f820c22340146c2f386c8 (diff)
Add a new access right for managing domain registration (registering,
transferring, revoking, renewing, etc.).
Diffstat (limited to 'FS/FS/AccessRight.pm')
-rw-r--r--FS/FS/AccessRight.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm
index af480df..e29620d 100644
--- a/FS/FS/AccessRight.pm
+++ b/FS/FS/AccessRight.pm
@@ -140,6 +140,7 @@ tie my %rights, 'Tie::IxHash',
'Edit www config', #NEW
'Edit domain catchall', #NEW
'Edit domain nameservice', #NEW
+ 'Manage domain registration',
{ rightname=>'View/link unlinked services', global=>1 }, #not agent-virtualizable without more work
],