contributions/usermanagement/behaviour/commands/users/confirmemail.cmd.php
Go to the documentation of this file.00001 <?php 00002 Load::commands('base/confirmemailusers'); 00003 /** 00004 * Confirm a user's email address 00005 * 00006 * @author Gerd Riesselmann 00007 * @ingroup Usermanagement 00008 */ 00009 class ConfirmemailUsersCommand extends ConfirmEmailUsersBaseCommand { 00010 }