]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - lib/prune/prune_plugin.rb
Replace 'account' with 'user' everywhere.
[mailshears.git] / lib / prune / prune_plugin.rb
index 2776704a4135b5be897945a6683d4bb24dbe5d61..e47a5e4aafbd6370fcf07aca76e30b8804fa34c0 100644 (file)
@@ -4,8 +4,8 @@ module PrunePlugin
   include RmPlugin
 
   #
   include RmPlugin
 
   #
-  # Plugins for the removal of leftover non-PostfixAdmin accounts,
-  # i.e. after an account has been removed from the PostfixAdmin
+  # Plugins for the removal of leftover non-PostfixAdmin users,
+  # i.e. after an user has been removed from the PostfixAdmin
   # database.
   #
 
   # database.
   #
 
@@ -27,8 +27,8 @@ module PrunePlugin
     raise NotImplementedError
   end
 
     raise NotImplementedError
   end
 
-  def get_leftover_accounts(db_accounts)
-    # Given a list of accounts, determine which accounts belonging to
+  def get_leftover_users(db_users)
+    # Given a list of users, determine which users belonging to
     # this plugin are not contained in the given list.
     raise NotImplementedError
   end
     # this plugin are not contained in the given list.
     raise NotImplementedError
   end