* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Factory; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; /** @var Joomla\Component\Users\Administrator\View\User\HtmlView $this */ /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('keepalive') ->useScript('form.validate'); $input = Factory::getApplication()->input; // Get the form fieldsets. $fieldsets = $this->form->getFieldsets(); $settings = array(); $this->useCoreUI = true; ?>

form->getValue('name', null, Text::_('COM_USERS_USER_NEW_USER_TITLE')); ?>

'details', 'recall' => true, 'breakpoint' => 768]); ?>
form->renderFieldset('user_details'); ?>
grouplist) : ?>
loadTemplate('groups'); ?>
ignore_fieldsets = array('user_details'); echo LayoutHelper::render('joomla.edit.params', $this); ?> mfaConfigurationUI)) : ?>
mfaConfigurationUI ?>