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:
11
src/admin/controllers/user.php
Normal file
11
src/admin/controllers/user.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
use Joomla\CMS\MVC\Controller\FormController;
|
||||
|
||||
// No direct access.
|
||||
defined('_JEXEC') or die;
|
||||
|
||||
class ClubsControllerUser extends FormController
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user