<?php

namespace app\controllers;

use Yii;
use common\controllers\CommonAccountController;

/**
 * Contains all necessary methods an functions to administer each users own account
 * and necessary functions for the admin to administer each users personal information.
 * 
 * @author a.hartebrodt
 *        
 */
class AccountController extends CommonAccountController {

    /*can be used for portal specific actions (will overwrite common action)
      New actions should be defined in the common search controller and should be made configurable
    */
}