Somehow the password must be handled specially (also because of the hashing) which causes problems at the moment.
12 lines
160 B
PHP
12 lines
160 B
PHP
<?php
|
|
|
|
use Joomla\CMS\MVC\Controller\FormController;
|
|
|
|
// No direct access.
|
|
defined('_JEXEC') or die;
|
|
|
|
class ClubsControllerUser extends FormController
|
|
{
|
|
|
|
}
|