import torrus 1.0.9
[freeside.git] / FS / FS / ClientAPI / passwd.pm
index 96110ef..b22d761 100644 (file)
@@ -3,14 +3,7 @@ package FS::ClientAPI::passwd;
 use strict;
 use FS::Record qw(qsearchs);
 use FS::svc_acct;
-#use FS::svc_domain;
-
-use FS::ClientAPI; #hmm
-FS::ClientAPI->register_handlers(
-  'passwd/passwd' => \&passwd,
-  'passwd/chfn' => \&chfn,
-  'passwd/chsh' => \&chsh,
-);
+use FS::svc_domain;
 
 sub passwd {
   my $packet = shift;