Added part of backend but problems with Joomla code compatibility found.

Somehow the password must be handled specially (also because of the hashing) which causes problems at the moment.
This commit is contained in:
2019-04-12 15:56:00 +02:00
parent 5c93c0b74c
commit cc9695b292
21 changed files with 643 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
<?php
use Joomla\CMS\MVC\Controller\FormController;
// No direct access.
defined('_JEXEC') or die;
class ClubsControllerUser extends FormController
{
}