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