<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Robertolongo</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Robertolongo"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Robertolongo"/>
	<updated>2026-07-09T20:40:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365157</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365157"/>
		<updated>2017-02-16T18:23:01Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;5. Accedi al back-end e modifica la password dell&amp;#039;utente amministratore di cui non si dispone la password o crea un nuovo super utente admin.  Se crei un nuovo utente, conside...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator. &lt;br /&gt;
&lt;br /&gt;
In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O forse la persona che conosceva le password non è più disponibile. O forse hai dimenticato la password utilizzata.&lt;br /&gt;
&lt;br /&gt;
In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&lt;br /&gt;
&lt;br /&gt;
== Metodo 1: file configuration.php ==&lt;br /&gt;
Se hai accesso al file sul server &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; dell&#039;installazione di Joomla, puoi recuperare la password utilizzando il metodo riportato di seguito.&lt;br /&gt;
&lt;br /&gt;
1. Utilizza un programma FTP per connetterti al tuo sito. Trova il file configuration.php e guarda le autorizzazioni del file. Se le autorizzazioni sono 444 o qualche altro valore, modifica le autorizzazioni del file configuration.php a 644. Questo aiuterà a prevenire problemi durante il caricamento delle modifiche del file configuration.php che faremo più avanti.&lt;br /&gt;
&lt;br /&gt;
2. Scarica il file di configurazione.&lt;br /&gt;
&lt;br /&gt;
3. Apri il file configuration.php appena scaricato con un editor di testo come notepad++ e aggiungi questa riga:&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
in fondo alla lista dove myname è un nome di un utente con privilegi di amministratore di cui conosci la password. Puoi usare anche un utente con livello Author o superiore.&lt;br /&gt;
&lt;br /&gt;
4. Salva il file configuration.php e caricarlo nuovamente sul sito. Puoi lasciare le autorizzazioni del file configuration.php a 644.&lt;br /&gt;
&lt;br /&gt;
Questo utente diverrà un super amministratore temporaneo. &lt;br /&gt;
&lt;br /&gt;
5. Accedi al back-end e modifica la password dell&#039;utente amministratore di cui non si dispone la password o crea un nuovo super utente admin. &lt;br /&gt;
Se crei un nuovo utente, considera che vorresti bloccare o cancellare il vecchio utente a seconda delle circostanze.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/15/it&amp;diff=365156</id>
		<title>Translations:How do you recover or reset your admin password?/15/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/15/it&amp;diff=365156"/>
		<updated>2017-02-16T18:23:01Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;5. Accedi al back-end e modifica la password dell&amp;#039;utente amministratore di cui non si dispone la password o crea un nuovo super utente admin.  Se crei un nuovo utente, conside...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;5. Accedi al back-end e modifica la password dell&#039;utente amministratore di cui non si dispone la password o crea un nuovo super utente admin. &lt;br /&gt;
Se crei un nuovo utente, considera che vorresti bloccare o cancellare il vecchio utente a seconda delle circostanze.&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365155</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365155"/>
		<updated>2017-02-16T18:21:15Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Questo utente diverrà un super amministratore temporaneo.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator. &lt;br /&gt;
&lt;br /&gt;
In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O forse la persona che conosceva le password non è più disponibile. O forse hai dimenticato la password utilizzata.&lt;br /&gt;
&lt;br /&gt;
In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&lt;br /&gt;
&lt;br /&gt;
== Metodo 1: file configuration.php ==&lt;br /&gt;
Se hai accesso al file sul server &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; dell&#039;installazione di Joomla, puoi recuperare la password utilizzando il metodo riportato di seguito.&lt;br /&gt;
&lt;br /&gt;
1. Utilizza un programma FTP per connetterti al tuo sito. Trova il file configuration.php e guarda le autorizzazioni del file. Se le autorizzazioni sono 444 o qualche altro valore, modifica le autorizzazioni del file configuration.php a 644. Questo aiuterà a prevenire problemi durante il caricamento delle modifiche del file configuration.php che faremo più avanti.&lt;br /&gt;
&lt;br /&gt;
2. Scarica il file di configurazione.&lt;br /&gt;
&lt;br /&gt;
3. Apri il file configuration.php appena scaricato con un editor di testo come notepad++ e aggiungi questa riga:&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
in fondo alla lista dove myname è un nome di un utente con privilegi di amministratore di cui conosci la password. Puoi usare anche un utente con livello Author o superiore.&lt;br /&gt;
&lt;br /&gt;
4. Salva il file configuration.php e caricarlo nuovamente sul sito. Puoi lasciare le autorizzazioni del file configuration.php a 644.&lt;br /&gt;
&lt;br /&gt;
Questo utente diverrà un super amministratore temporaneo. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/14/it&amp;diff=365154</id>
		<title>Translations:How do you recover or reset your admin password?/14/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/14/it&amp;diff=365154"/>
		<updated>2017-02-16T18:21:15Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Questo utente diverrà un super amministratore temporaneo.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Questo utente diverrà un super amministratore temporaneo.&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365153</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365153"/>
		<updated>2017-02-16T18:20:19Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;4. Salva il file configuration.php e caricarlo nuovamente sul sito. Puoi lasciare le autorizzazioni del file configuration.php a 644.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator. &lt;br /&gt;
&lt;br /&gt;
In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O forse la persona che conosceva le password non è più disponibile. O forse hai dimenticato la password utilizzata.&lt;br /&gt;
&lt;br /&gt;
In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&lt;br /&gt;
&lt;br /&gt;
== Metodo 1: file configuration.php ==&lt;br /&gt;
Se hai accesso al file sul server &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; dell&#039;installazione di Joomla, puoi recuperare la password utilizzando il metodo riportato di seguito.&lt;br /&gt;
&lt;br /&gt;
1. Utilizza un programma FTP per connetterti al tuo sito. Trova il file configuration.php e guarda le autorizzazioni del file. Se le autorizzazioni sono 444 o qualche altro valore, modifica le autorizzazioni del file configuration.php a 644. Questo aiuterà a prevenire problemi durante il caricamento delle modifiche del file configuration.php che faremo più avanti.&lt;br /&gt;
&lt;br /&gt;
2. Scarica il file di configurazione.&lt;br /&gt;
&lt;br /&gt;
3. Apri il file configuration.php appena scaricato con un editor di testo come notepad++ e aggiungi questa riga:&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
in fondo alla lista dove myname è un nome di un utente con privilegi di amministratore di cui conosci la password. Puoi usare anche un utente con livello Author o superiore.&lt;br /&gt;
&lt;br /&gt;
4. Salva il file configuration.php e caricarlo nuovamente sul sito. Puoi lasciare le autorizzazioni del file configuration.php a 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/13/it&amp;diff=365152</id>
		<title>Translations:How do you recover or reset your admin password?/13/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/13/it&amp;diff=365152"/>
		<updated>2017-02-16T18:20:19Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;4. Salva il file configuration.php e caricarlo nuovamente sul sito. Puoi lasciare le autorizzazioni del file configuration.php a 644.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;4. Salva il file configuration.php e caricarlo nuovamente sul sito. Puoi lasciare le autorizzazioni del file configuration.php a 644.&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365151</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365151"/>
		<updated>2017-02-16T18:19:33Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;in fondo alla lista dove myname è un nome di un utente con privilegi di amministratore di cui conosci la password. Puoi usare anche un utente con livello Author o superiore.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator. &lt;br /&gt;
&lt;br /&gt;
In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O forse la persona che conosceva le password non è più disponibile. O forse hai dimenticato la password utilizzata.&lt;br /&gt;
&lt;br /&gt;
In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&lt;br /&gt;
&lt;br /&gt;
== Metodo 1: file configuration.php ==&lt;br /&gt;
Se hai accesso al file sul server &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; dell&#039;installazione di Joomla, puoi recuperare la password utilizzando il metodo riportato di seguito.&lt;br /&gt;
&lt;br /&gt;
1. Utilizza un programma FTP per connetterti al tuo sito. Trova il file configuration.php e guarda le autorizzazioni del file. Se le autorizzazioni sono 444 o qualche altro valore, modifica le autorizzazioni del file configuration.php a 644. Questo aiuterà a prevenire problemi durante il caricamento delle modifiche del file configuration.php che faremo più avanti.&lt;br /&gt;
&lt;br /&gt;
2. Scarica il file di configurazione.&lt;br /&gt;
&lt;br /&gt;
3. Apri il file configuration.php appena scaricato con un editor di testo come notepad++ e aggiungi questa riga:&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
in fondo alla lista dove myname è un nome di un utente con privilegi di amministratore di cui conosci la password. Puoi usare anche un utente con livello Author o superiore.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/12/it&amp;diff=365150</id>
		<title>Translations:How do you recover or reset your admin password?/12/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/12/it&amp;diff=365150"/>
		<updated>2017-02-16T18:19:33Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;in fondo alla lista dove myname è un nome di un utente con privilegi di amministratore di cui conosci la password. Puoi usare anche un utente con livello Author o superiore.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;in fondo alla lista dove myname è un nome di un utente con privilegi di amministratore di cui conosci la password. Puoi usare anche un utente con livello Author o superiore.&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365149</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365149"/>
		<updated>2017-02-16T18:16:46Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator. &lt;br /&gt;
&lt;br /&gt;
In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O forse la persona che conosceva le password non è più disponibile. O forse hai dimenticato la password utilizzata.&lt;br /&gt;
&lt;br /&gt;
In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&lt;br /&gt;
&lt;br /&gt;
== Metodo 1: file configuration.php ==&lt;br /&gt;
Se hai accesso al file sul server &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; dell&#039;installazione di Joomla, puoi recuperare la password utilizzando il metodo riportato di seguito.&lt;br /&gt;
&lt;br /&gt;
1. Utilizza un programma FTP per connetterti al tuo sito. Trova il file configuration.php e guarda le autorizzazioni del file. Se le autorizzazioni sono 444 o qualche altro valore, modifica le autorizzazioni del file configuration.php a 644. Questo aiuterà a prevenire problemi durante il caricamento delle modifiche del file configuration.php che faremo più avanti.&lt;br /&gt;
&lt;br /&gt;
2. Scarica il file di configurazione.&lt;br /&gt;
&lt;br /&gt;
3. Apri il file configuration.php appena scaricato con un editor di testo come notepad++ e aggiungi questa riga:&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
to the bottom of the list where myname is a username with administrator access that you know the password for. An username that is Author level or higher can also be used in place of a username with administrator access.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/11/it&amp;diff=365148</id>
		<title>Translations:How do you recover or reset your admin password?/11/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/11/it&amp;diff=365148"/>
		<updated>2017-02-16T18:16:46Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;3. Apri il file configuration.php appena scaricato con un editor di testo come notepad++ e aggiungi questa riga:&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365147</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365147"/>
		<updated>2017-02-16T18:16:34Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;3. Apri il file configuration.php appena scaricato con un editor di testo come notepad++ e aggiungi questa riga&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator. &lt;br /&gt;
&lt;br /&gt;
In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O forse la persona che conosceva le password non è più disponibile. O forse hai dimenticato la password utilizzata.&lt;br /&gt;
&lt;br /&gt;
In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&lt;br /&gt;
&lt;br /&gt;
== Metodo 1: file configuration.php ==&lt;br /&gt;
Se hai accesso al file sul server &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; dell&#039;installazione di Joomla, puoi recuperare la password utilizzando il metodo riportato di seguito.&lt;br /&gt;
&lt;br /&gt;
1. Utilizza un programma FTP per connetterti al tuo sito. Trova il file configuration.php e guarda le autorizzazioni del file. Se le autorizzazioni sono 444 o qualche altro valore, modifica le autorizzazioni del file configuration.php a 644. Questo aiuterà a prevenire problemi durante il caricamento delle modifiche del file configuration.php che faremo più avanti.&lt;br /&gt;
&lt;br /&gt;
2. Scarica il file di configurazione.&lt;br /&gt;
&lt;br /&gt;
3. Apri il file configuration.php appena scaricato con un editor di testo come notepad++ e aggiungi questa riga&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
to the bottom of the list where myname is a username with administrator access that you know the password for. An username that is Author level or higher can also be used in place of a username with administrator access.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/11/it&amp;diff=365146</id>
		<title>Translations:How do you recover or reset your admin password?/11/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/11/it&amp;diff=365146"/>
		<updated>2017-02-16T18:16:34Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;3. Apri il file configuration.php appena scaricato con un editor di testo come notepad++ e aggiungi questa riga&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;3. Apri il file configuration.php appena scaricato con un editor di testo come notepad++ e aggiungi questa riga&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365145</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365145"/>
		<updated>2017-02-16T18:15:57Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;2. Scarica il file di configurazione.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator. &lt;br /&gt;
&lt;br /&gt;
In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O forse la persona che conosceva le password non è più disponibile. O forse hai dimenticato la password utilizzata.&lt;br /&gt;
&lt;br /&gt;
In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&lt;br /&gt;
&lt;br /&gt;
== Metodo 1: file configuration.php ==&lt;br /&gt;
Se hai accesso al file sul server &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; dell&#039;installazione di Joomla, puoi recuperare la password utilizzando il metodo riportato di seguito.&lt;br /&gt;
&lt;br /&gt;
1. Utilizza un programma FTP per connetterti al tuo sito. Trova il file configuration.php e guarda le autorizzazioni del file. Se le autorizzazioni sono 444 o qualche altro valore, modifica le autorizzazioni del file configuration.php a 644. Questo aiuterà a prevenire problemi durante il caricamento delle modifiche del file configuration.php che faremo più avanti.&lt;br /&gt;
&lt;br /&gt;
2. Scarica il file di configurazione.&lt;br /&gt;
&lt;br /&gt;
3. Open the configuration.php file that was downloaded in a text editor such as notepad++ and add this line&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
to the bottom of the list where myname is a username with administrator access that you know the password for. An username that is Author level or higher can also be used in place of a username with administrator access.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/10/it&amp;diff=365144</id>
		<title>Translations:How do you recover or reset your admin password?/10/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/10/it&amp;diff=365144"/>
		<updated>2017-02-16T18:15:57Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;2. Scarica il file di configurazione.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;2. Scarica il file di configurazione.&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365143</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365143"/>
		<updated>2017-02-16T18:15:26Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;1. Utilizza un programma FTP per connetterti al tuo sito. Trova il file configuration.php e guarda le autorizzazioni del file. Se le autorizzazioni sono 444 o qualche altro va...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator. &lt;br /&gt;
&lt;br /&gt;
In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O forse la persona che conosceva le password non è più disponibile. O forse hai dimenticato la password utilizzata.&lt;br /&gt;
&lt;br /&gt;
In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&lt;br /&gt;
&lt;br /&gt;
== Metodo 1: file configuration.php ==&lt;br /&gt;
Se hai accesso al file sul server &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; dell&#039;installazione di Joomla, puoi recuperare la password utilizzando il metodo riportato di seguito.&lt;br /&gt;
&lt;br /&gt;
1. Utilizza un programma FTP per connetterti al tuo sito. Trova il file configuration.php e guarda le autorizzazioni del file. Se le autorizzazioni sono 444 o qualche altro valore, modifica le autorizzazioni del file configuration.php a 644. Questo aiuterà a prevenire problemi durante il caricamento delle modifiche del file configuration.php che faremo più avanti.&lt;br /&gt;
&lt;br /&gt;
2. Download the configuration file.&lt;br /&gt;
&lt;br /&gt;
3. Open the configuration.php file that was downloaded in a text editor such as notepad++ and add this line&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
to the bottom of the list where myname is a username with administrator access that you know the password for. An username that is Author level or higher can also be used in place of a username with administrator access.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/9/it&amp;diff=365142</id>
		<title>Translations:How do you recover or reset your admin password?/9/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/9/it&amp;diff=365142"/>
		<updated>2017-02-16T18:15:25Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;1. Utilizza un programma FTP per connetterti al tuo sito. Trova il file configuration.php e guarda le autorizzazioni del file. Se le autorizzazioni sono 444 o qualche altro va...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Utilizza un programma FTP per connetterti al tuo sito. Trova il file configuration.php e guarda le autorizzazioni del file. Se le autorizzazioni sono 444 o qualche altro valore, modifica le autorizzazioni del file configuration.php a 644. Questo aiuterà a prevenire problemi durante il caricamento delle modifiche del file configuration.php che faremo più avanti.&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365141</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365141"/>
		<updated>2017-02-16T18:13:08Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Se hai accesso al file sul server &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; dell&amp;#039;installazione di Joomla, puoi recuperare la password utilizzando il metodo riportato di seguito.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator. &lt;br /&gt;
&lt;br /&gt;
In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O forse la persona che conosceva le password non è più disponibile. O forse hai dimenticato la password utilizzata.&lt;br /&gt;
&lt;br /&gt;
In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&lt;br /&gt;
&lt;br /&gt;
== Metodo 1: file configuration.php ==&lt;br /&gt;
Se hai accesso al file sul server &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; dell&#039;installazione di Joomla, puoi recuperare la password utilizzando il metodo riportato di seguito.&lt;br /&gt;
&lt;br /&gt;
1. Using an FTP program connect to your site. Find the configuration.php file and look at the file permissions. If the permissions are 444 or some other value, then change the permissions of the configuration.php file to 644. This will help prevent issues when uploading the changed configuration.php file later in this process.&lt;br /&gt;
&lt;br /&gt;
2. Download the configuration file.&lt;br /&gt;
&lt;br /&gt;
3. Open the configuration.php file that was downloaded in a text editor such as notepad++ and add this line&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
to the bottom of the list where myname is a username with administrator access that you know the password for. An username that is Author level or higher can also be used in place of a username with administrator access.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/8/it&amp;diff=365140</id>
		<title>Translations:How do you recover or reset your admin password?/8/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/8/it&amp;diff=365140"/>
		<updated>2017-02-16T18:13:08Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Se hai accesso al file sul server &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; dell&amp;#039;installazione di Joomla, puoi recuperare la password utilizzando il metodo riportato di seguito.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Se hai accesso al file sul server &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; dell&#039;installazione di Joomla, puoi recuperare la password utilizzando il metodo riportato di seguito.&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365139</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365139"/>
		<updated>2017-02-16T18:10:30Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;== Metodo 1: file configuration.php ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator. &lt;br /&gt;
&lt;br /&gt;
In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O forse la persona che conosceva le password non è più disponibile. O forse hai dimenticato la password utilizzata.&lt;br /&gt;
&lt;br /&gt;
In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&lt;br /&gt;
&lt;br /&gt;
== Metodo 1: file configuration.php ==&lt;br /&gt;
If you have access to your &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; file for the Joomla installation on your server, then you can recover the password using the following method.&lt;br /&gt;
&lt;br /&gt;
1. Using an FTP program connect to your site. Find the configuration.php file and look at the file permissions. If the permissions are 444 or some other value, then change the permissions of the configuration.php file to 644. This will help prevent issues when uploading the changed configuration.php file later in this process.&lt;br /&gt;
&lt;br /&gt;
2. Download the configuration file.&lt;br /&gt;
&lt;br /&gt;
3. Open the configuration.php file that was downloaded in a text editor such as notepad++ and add this line&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
to the bottom of the list where myname is a username with administrator access that you know the password for. An username that is Author level or higher can also be used in place of a username with administrator access.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/7/it&amp;diff=365138</id>
		<title>Translations:How do you recover or reset your admin password?/7/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/7/it&amp;diff=365138"/>
		<updated>2017-02-16T18:10:29Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;== Metodo 1: file configuration.php ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Metodo 1: file configuration.php ==&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365137</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365137"/>
		<updated>2017-02-16T18:10:06Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator. &lt;br /&gt;
&lt;br /&gt;
In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O forse la persona che conosceva le password non è più disponibile. O forse hai dimenticato la password utilizzata.&lt;br /&gt;
&lt;br /&gt;
In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&lt;br /&gt;
&lt;br /&gt;
== Method 1: configuration.php file ==&lt;br /&gt;
If you have access to your &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; file for the Joomla installation on your server, then you can recover the password using the following method.&lt;br /&gt;
&lt;br /&gt;
1. Using an FTP program connect to your site. Find the configuration.php file and look at the file permissions. If the permissions are 444 or some other value, then change the permissions of the configuration.php file to 644. This will help prevent issues when uploading the changed configuration.php file later in this process.&lt;br /&gt;
&lt;br /&gt;
2. Download the configuration file.&lt;br /&gt;
&lt;br /&gt;
3. Open the configuration.php file that was downloaded in a text editor such as notepad++ and add this line&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
to the bottom of the list where myname is a username with administrator access that you know the password for. An username that is Author level or higher can also be used in place of a username with administrator access.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/6/it&amp;diff=365136</id>
		<title>Translations:How do you recover or reset your admin password?/6/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/6/it&amp;diff=365136"/>
		<updated>2017-02-16T18:10:05Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In questi casi, è ancora possibile modificare il database di Joomla! in modo da poter accedere nuovamente come Super Amministratore. Questi sono i possibili metodi disponibili.&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365135</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365135"/>
		<updated>2017-02-16T18:08:55Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O fors...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator. &lt;br /&gt;
&lt;br /&gt;
In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O forse la persona che conosceva le password non è più disponibile. O forse hai dimenticato la password utilizzata.&lt;br /&gt;
&lt;br /&gt;
In these cases, it is still possible to alter the Joomla! database so you can log back in as a Super Administrator. These are the possible methods available to Joomla! administrators.&lt;br /&gt;
&lt;br /&gt;
== Method 1: configuration.php file ==&lt;br /&gt;
If you have access to your &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; file for the Joomla installation on your server, then you can recover the password using the following method.&lt;br /&gt;
&lt;br /&gt;
1. Using an FTP program connect to your site. Find the configuration.php file and look at the file permissions. If the permissions are 444 or some other value, then change the permissions of the configuration.php file to 644. This will help prevent issues when uploading the changed configuration.php file later in this process.&lt;br /&gt;
&lt;br /&gt;
2. Download the configuration file.&lt;br /&gt;
&lt;br /&gt;
3. Open the configuration.php file that was downloaded in a text editor such as notepad++ and add this line&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
to the bottom of the list where myname is a username with administrator access that you know the password for. An username that is Author level or higher can also be used in place of a username with administrator access.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/5/it&amp;diff=365134</id>
		<title>Translations:How do you recover or reset your admin password?/5/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/5/it&amp;diff=365134"/>
		<updated>2017-02-16T18:08:54Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O fors...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In alcuni casi, questo potrebbe non essere possibile. Ad esempio, il sito potrebbe essere stato &amp;quot;hackerato&amp;quot; e le password degli utenti potrebbero essere state cambiate. O forse la persona che conosceva le password non è più disponibile. O forse hai dimenticato la password utilizzata.&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365133</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365133"/>
		<updated>2017-02-16T18:02:43Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Ad...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator. &lt;br /&gt;
&lt;br /&gt;
In some situations, this may not be possible. For example, your site may have been &amp;quot;hacked&amp;quot; and had the passwords or users changed. Or perhaps the person who knew the passwords is no longer available. Or maybe you have forgotten the password that was used.&lt;br /&gt;
&lt;br /&gt;
In these cases, it is still possible to alter the Joomla! database so you can log back in as a Super Administrator. These are the possible methods available to Joomla! administrators.&lt;br /&gt;
&lt;br /&gt;
== Method 1: configuration.php file ==&lt;br /&gt;
If you have access to your &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; file for the Joomla installation on your server, then you can recover the password using the following method.&lt;br /&gt;
&lt;br /&gt;
1. Using an FTP program connect to your site. Find the configuration.php file and look at the file permissions. If the permissions are 444 or some other value, then change the permissions of the configuration.php file to 644. This will help prevent issues when uploading the changed configuration.php file later in this process.&lt;br /&gt;
&lt;br /&gt;
2. Download the configuration file.&lt;br /&gt;
&lt;br /&gt;
3. Open the configuration.php file that was downloaded in a text editor such as notepad++ and add this line&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
to the bottom of the list where myname is a username with administrator access that you know the password for. An username that is Author level or higher can also be used in place of a username with administrator access.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/4/it&amp;diff=365132</id>
		<title>Translations:How do you recover or reset your admin password?/4/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/4/it&amp;diff=365132"/>
		<updated>2017-02-16T18:02:42Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Ad...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Generalmente, è possibile aggiungere, modificare ed eliminare gli utenti e le password dal back-end. Per fare questo, è necessario accedere con un utente del gruppo Super Administrator.&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365131</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365131"/>
		<updated>2017-02-16T17:59:08Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Joomla! 1.5 Recupero della Password&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Recupero della Password}}&lt;br /&gt;
&lt;br /&gt;
Normally, you can add, edit and delete users and passwords from the back-end User Manager. To do this, you must be logged in as a member of the Super Administrator group. &lt;br /&gt;
&lt;br /&gt;
In some situations, this may not be possible. For example, your site may have been &amp;quot;hacked&amp;quot; and had the passwords or users changed. Or perhaps the person who knew the passwords is no longer available. Or maybe you have forgotten the password that was used.&lt;br /&gt;
&lt;br /&gt;
In these cases, it is still possible to alter the Joomla! database so you can log back in as a Super Administrator. These are the possible methods available to Joomla! administrators.&lt;br /&gt;
&lt;br /&gt;
== Method 1: configuration.php file ==&lt;br /&gt;
If you have access to your &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; file for the Joomla installation on your server, then you can recover the password using the following method.&lt;br /&gt;
&lt;br /&gt;
1. Using an FTP program connect to your site. Find the configuration.php file and look at the file permissions. If the permissions are 444 or some other value, then change the permissions of the configuration.php file to 644. This will help prevent issues when uploading the changed configuration.php file later in this process.&lt;br /&gt;
&lt;br /&gt;
2. Download the configuration file.&lt;br /&gt;
&lt;br /&gt;
3. Open the configuration.php file that was downloaded in a text editor such as notepad++ and add this line&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
to the bottom of the list where myname is a username with administrator access that you know the password for. An username that is Author level or higher can also be used in place of a username with administrator access.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/3/it&amp;diff=365130</id>
		<title>Translations:How do you recover or reset your admin password?/3/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/3/it&amp;diff=365130"/>
		<updated>2017-02-16T17:59:07Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Joomla! 1.5 Recupero della Password&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! 1.5 Recupero della Password&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365129</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365129"/>
		<updated>2017-02-16T17:57:59Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;le istruzioni possono essere trovate qui&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|le istruzioni possono essere trovate qui]].|title=Joomla! 1.5 Password Recovery}}&lt;br /&gt;
&lt;br /&gt;
Normally, you can add, edit and delete users and passwords from the back-end User Manager. To do this, you must be logged in as a member of the Super Administrator group. &lt;br /&gt;
&lt;br /&gt;
In some situations, this may not be possible. For example, your site may have been &amp;quot;hacked&amp;quot; and had the passwords or users changed. Or perhaps the person who knew the passwords is no longer available. Or maybe you have forgotten the password that was used.&lt;br /&gt;
&lt;br /&gt;
In these cases, it is still possible to alter the Joomla! database so you can log back in as a Super Administrator. These are the possible methods available to Joomla! administrators.&lt;br /&gt;
&lt;br /&gt;
== Method 1: configuration.php file ==&lt;br /&gt;
If you have access to your &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; file for the Joomla installation on your server, then you can recover the password using the following method.&lt;br /&gt;
&lt;br /&gt;
1. Using an FTP program connect to your site. Find the configuration.php file and look at the file permissions. If the permissions are 444 or some other value, then change the permissions of the configuration.php file to 644. This will help prevent issues when uploading the changed configuration.php file later in this process.&lt;br /&gt;
&lt;br /&gt;
2. Download the configuration file.&lt;br /&gt;
&lt;br /&gt;
3. Open the configuration.php file that was downloaded in a text editor such as notepad++ and add this line&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
to the bottom of the list where myname is a username with administrator access that you know the password for. An username that is Author level or higher can also be used in place of a username with administrator access.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/2/it&amp;diff=365128</id>
		<title>Translations:How do you recover or reset your admin password?/2/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/2/it&amp;diff=365128"/>
		<updated>2017-02-16T17:57:59Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;le istruzioni possono essere trovate qui&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;le istruzioni possono essere trovate qui&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365127</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365127"/>
		<updated>2017-02-16T17:57:27Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|instructions can be found here]].|title=Joomla! 1.5 Password Recovery}}&lt;br /&gt;
&lt;br /&gt;
Normally, you can add, edit and delete users and passwords from the back-end User Manager. To do this, you must be logged in as a member of the Super Administrator group. &lt;br /&gt;
&lt;br /&gt;
In some situations, this may not be possible. For example, your site may have been &amp;quot;hacked&amp;quot; and had the passwords or users changed. Or perhaps the person who knew the passwords is no longer available. Or maybe you have forgotten the password that was used.&lt;br /&gt;
&lt;br /&gt;
In these cases, it is still possible to alter the Joomla! database so you can log back in as a Super Administrator. These are the possible methods available to Joomla! administrators.&lt;br /&gt;
&lt;br /&gt;
== Method 1: configuration.php file ==&lt;br /&gt;
If you have access to your &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; file for the Joomla installation on your server, then you can recover the password using the following method.&lt;br /&gt;
&lt;br /&gt;
1. Using an FTP program connect to your site. Find the configuration.php file and look at the file permissions. If the permissions are 444 or some other value, then change the permissions of the configuration.php file to 644. This will help prevent issues when uploading the changed configuration.php file later in this process.&lt;br /&gt;
&lt;br /&gt;
2. Download the configuration file.&lt;br /&gt;
&lt;br /&gt;
3. Open the configuration.php file that was downloaded in a text editor such as notepad++ and add this line&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
to the bottom of the list where myname is a username with administrator access that you know the password for. An username that is Author level or higher can also be used in place of a username with administrator access.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/1/it&amp;diff=365126</id>
		<title>Translations:How do you recover or reset your admin password?/1/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/1/it&amp;diff=365126"/>
		<updated>2017-02-16T17:57:26Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Questa pagina è solo per Joomla! 2.5 e versioni superiori. Se stai ancora utilizzando Joomla! 1.5&amp;amp;nbsp;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365125</id>
		<title>How do you recover or reset your admin password?/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=How_do_you_recover_or_reset_your_admin_password%3F/it&amp;diff=365125"/>
		<updated>2017-02-16T17:56:33Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Come si fa a recuperare o reimpostare la password di amministratore?&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{version|2.5,3.x}}&lt;br /&gt;
{{tip|text=This page is only for Joomla! 2.5 and higher versions. If you are still using Joomla! 1.5&amp;amp;nbsp; [[S:MyLanguage/J1.5:How_do_you_recover_or_reset_your_admin_password%3F|instructions can be found here]].|title=Joomla! 1.5 Password Recovery}}&lt;br /&gt;
&lt;br /&gt;
Normally, you can add, edit and delete users and passwords from the back-end User Manager. To do this, you must be logged in as a member of the Super Administrator group. &lt;br /&gt;
&lt;br /&gt;
In some situations, this may not be possible. For example, your site may have been &amp;quot;hacked&amp;quot; and had the passwords or users changed. Or perhaps the person who knew the passwords is no longer available. Or maybe you have forgotten the password that was used.&lt;br /&gt;
&lt;br /&gt;
In these cases, it is still possible to alter the Joomla! database so you can log back in as a Super Administrator. These are the possible methods available to Joomla! administrators.&lt;br /&gt;
&lt;br /&gt;
== Method 1: configuration.php file ==&lt;br /&gt;
If you have access to your &amp;lt;code&amp;gt;configuration.php&amp;lt;/code&amp;gt; file for the Joomla installation on your server, then you can recover the password using the following method.&lt;br /&gt;
&lt;br /&gt;
1. Using an FTP program connect to your site. Find the configuration.php file and look at the file permissions. If the permissions are 444 or some other value, then change the permissions of the configuration.php file to 644. This will help prevent issues when uploading the changed configuration.php file later in this process.&lt;br /&gt;
&lt;br /&gt;
2. Download the configuration file.&lt;br /&gt;
&lt;br /&gt;
3. Open the configuration.php file that was downloaded in a text editor such as notepad++ and add this line&lt;br /&gt;
 &lt;br /&gt;
 public $root_user=&#039;myname&#039;;&lt;br /&gt;
&lt;br /&gt;
to the bottom of the list where myname is a username with administrator access that you know the password for. An username that is Author level or higher can also be used in place of a username with administrator access.&lt;br /&gt;
&lt;br /&gt;
4. Save the configuration.php file and upload it back to the site. You may leave the permissions on the configuration.php file at 644.&lt;br /&gt;
&lt;br /&gt;
This user will now be a temporary super administrator. &lt;br /&gt;
&lt;br /&gt;
5. Login to the back end and change the password of the administrator user you don&#039;t have the password for or create a new super admin user. &lt;br /&gt;
If you create the new user you may want to block or delete the old user depending on your circumstances.&lt;br /&gt;
&lt;br /&gt;
6. When finished, make sure to use the &amp;quot;Click here to try to do it automatically&amp;quot; link that appears in the alert box to remove the line that was added to the configuration.php file. If using the link was not successful, then go back and delete the added line from your configuration.php file using a text editor. Upload the configuration.php file back to the site.&lt;br /&gt;
&lt;br /&gt;
7. Using your FTP program verify the file permissions of the configuration.php file, they should be 444. If you manually removed the added line, then change the file permissions on the configuration.php file to 444.&lt;br /&gt;
&lt;br /&gt;
If you have no users who know their passwords and you can&#039;t utilize front end registration you may need to make a change in your database as outlined below in this document.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Method 2: Direct Editing of Database ==&lt;br /&gt;
If the methods above did not work, you have two other options, both of which require working with the MySQL database directly.&lt;br /&gt;
&lt;br /&gt;
===Change the Password in the Database===&lt;br /&gt;
If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client.&lt;br /&gt;
{{warning|These instructions show how to manually change a password to the word -  &amp;quot;secret&amp;quot;|title=Make sure you change your password once you regain access}}&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Find and click on the table with &amp;quot;_users&amp;quot; appended in the list of tables (note: you may have a prefix that is not jos_, simply go to the _users table for your prefix). &lt;br /&gt;
# Click on the &amp;quot;Browse&amp;quot; button in the top toolbar. This will show all of the users that are set up for this site.&lt;br /&gt;
# Find the user whose password you want to change and press the Edit icon for this row.&lt;br /&gt;
# A form will display that allows you to edit the password field. Copy the value &amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&amp;lt;/source&amp;gt; into the password field and press the &#039;&#039;Go&#039;&#039; button. phpMyAdmin should display the message &amp;quot;Affected rows: 1&amp;quot;. At this point, the password should be changed to &#039;&#039;&#039;&amp;quot;secret&amp;quot;&#039;&#039;&#039;.&lt;br /&gt;
# Log in with this user and password and change the password of this user to a secure value. Check all of the users using the User Manager to make sure they are legitimate. If you have been hacked, you may want to change all of the passwords on the site.&lt;br /&gt;
&lt;br /&gt;
===Add a New Super Administrator User===&lt;br /&gt;
If changing the password won&#039;t work, or you aren&#039;t sure which user is a member of the Super Administrator group, you can use this method to create a new user.&lt;br /&gt;
&lt;br /&gt;
# Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down list box. This will show the database tables on the left side of the screen. &lt;br /&gt;
# Press the &amp;quot;SQL&amp;quot; button in the toolbar to run an SQL query on the selected database. This will display a field called &amp;quot;Run SQL query/queries on database &amp;lt;your database&amp;gt;&amp;quot;.&lt;br /&gt;
# Delete any text in this field and copy and paste the following query below and press the &#039;&#039;Go&#039;&#039; button to execute the query and add the new Administrator user to the table.&lt;br /&gt;
# Use the SQL query below to add another administrator account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{warning|The following code uses jos31_ as the table name prefix which is only an example table prefix. The prefix when you first installed Joomla is &#039;&#039;&#039;RANDOM&#039;&#039;&#039; or what you set it specifically too. You will need to change all occurrences of &#039;&#039;&#039;jos31_&#039;&#039;&#039;(your install set prefix) found in the code below to the prefix your installation is using. |title=Make sure you match your db table prefix!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL code for use with Joomla {{JVer|2.5}} {{JVer|3.1}} &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;INSERT INTO `jos31_users`&lt;br /&gt;
   (`name`, `username`, `password`, `params`)&lt;br /&gt;
VALUES (&#039;Administrator2&#039;, &#039;admin2&#039;,&lt;br /&gt;
    &#039;d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&#039;, &#039;&#039;);&lt;br /&gt;
INSERT INTO `jos31_user_usergroup_map` (`user_id`,`group_id`)&lt;br /&gt;
VALUES (LAST_INSERT_ID(),&#039;8&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you should be able to log into the back end of Joomla! with the username of &amp;quot;admin2&amp;quot; and password of &amp;quot;secret&amp;quot;. After logging in, go to the User Manager and change the password to a new secure value and add a valid e-mail address to the account. If there is a chance you have been &amp;quot;hacked&amp;quot;, be sure to check that all users are legitimate, especially any members of the Super Administrator group.&lt;br /&gt;
&lt;br /&gt;
{{warning|Warning: The password values shown on this page are public knowledge and are only for recovery. Your site may be hacked if you do not change the password to a secure value after logging in. Be sure you change the password to a secure value after logging in.}}&lt;br /&gt;
&lt;br /&gt;
The examples above change the password to &amp;quot;secret&amp;quot;. Two other possible values are shown below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
- password = &amp;quot;this is the MD5 and salted hashed password&amp;quot;&lt;br /&gt;
------------------------------------------------------&lt;br /&gt;
- admin  = 433903e0a9d6a712e00251e44d29bf87:UJ0b9J5fufL3FKfCc0TLsYJBh2PFULvT&lt;br /&gt;
- secret = d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199&lt;br /&gt;
- OU812  = 5e3128b27a2c1f8eb53689f511c4ca9e:J584KAEv9d8VKwRGhb8ve7GdKoG7isMm&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:FAQ]][[Category:Administration FAQ]][[Category:Getting Started FAQ]] [[Category:User Management]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/Page_display_title/it&amp;diff=365124</id>
		<title>Translations:How do you recover or reset your admin password?/Page display title/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:How_do_you_recover_or_reset_your_admin_password%3F/Page_display_title/it&amp;diff=365124"/>
		<updated>2017-02-16T17:56:32Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Come si fa a recuperare o reimpostare la password di amministratore?&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Come si fa a recuperare o reimpostare la password di amministratore?&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Portal:Learn_More/it&amp;diff=362757</id>
		<title>Portal:Learn More/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Portal:Learn_More/it&amp;diff=362757"/>
		<updated>2017-02-05T07:52:50Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
Joomla! è un [[S:MyLanguage/Joomla! Awards|pluripremiato sistema di gestione dei contenuti (CMS)]], che consente di creare siti web e potenti applicazioni online. Molti aspetti, tra cui la facilità d&#039;uso e la flessibilità, hanno reso Joomla! il più popolare software per siti web disponibile. Inoltre, Joomla! è una soluzione open source che è liberamente disponibile a tutti, questo significa anche che è possibile modificare il codice sorgente in base alle proprie esigenze in modo da ottenerne il massimo vantaggio. &lt;br /&gt;
&lt;br /&gt;
==Che cosa è un sistema di gestione dei contenuti (CMS)?==&lt;br /&gt;
&lt;br /&gt;
Un sistema di gestione dei contenuti (CMS) è un software che tiene traccia di ogni pezzo di contenuto sul proprio sito web, proprio come la vostra biblioteca pubblica tiene traccia dei libri e li memorizza. Il contenuto può essere semplice testo, foto, musica, video, documenti, o qualsiasi cosa che si possa pensare. Uno dei principali vantaggi di utilizzare un CMS è che non richiede quasi nessuna competenza tecnica o di gestione. Il CMS gestisce tutti i vostri contenuti, in modo da non doverlo fare voi. Il CMS inoltre vi aiuta a tener traccia dei vostri contenuti in modo semplice e vi aiuta a sviluppare e gestire i contenuti nel miglior modo possibile.&lt;br /&gt;
&lt;br /&gt;
==Quali sono alcuni esempi di ciò che Joomla! può fare?==&lt;br /&gt;
&lt;br /&gt;
Joomla è utilizzato in tutto il mondo per i siti Web di tutte le forme e dimensioni. Per esempio:&lt;br /&gt;
&lt;br /&gt;
*Siti web aziendali e portali&lt;br /&gt;
*Intranet ed extranet aziendali&lt;br /&gt;
*Riviste on line, giornali e pubblicazioni&lt;br /&gt;
*E-commerce e prenotazioni online&lt;br /&gt;
*Applicazioni governative&lt;br /&gt;
*Siti web di piccole imprese&lt;br /&gt;
*Siti web non-profit e di organizzazioni&lt;br /&gt;
*Portali di comunità&lt;br /&gt;
*Siti web di scuole e chiese&lt;br /&gt;
*Homepage personali o familiari&lt;br /&gt;
 &lt;br /&gt;
==Chi utilizza Joomla?==&lt;br /&gt;
&lt;br /&gt;
Qui sono solo alcuni esempi di siti web che utilizzano Joomla:&lt;br /&gt;
&lt;br /&gt;
*Aeroporto di Firenze - http://aeroporto.firenze.it/&lt;br /&gt;
*Salon sukni ślubnych (Moda Sposa - polacco) - http://www.mlodaimoda.pl/&lt;br /&gt;
*Alleanza per l&#039;Educazione Cattolica - https://ace.nd.edu/&lt;br /&gt;
*Alain Milliat (Succhi di frutta e Marmellate - Francia) - http://www.alain-milliat.com/&lt;br /&gt;
*Citibank (Istituto finanziario  intranet) - Not publicly accessible&lt;br /&gt;
*La Folie Douce - http://www.lafoliedouce.com/&lt;br /&gt;
*United Nations Regional Information Centre (UNRIC) - http://www.unric.org/&lt;br /&gt;
*FUNX ( Radiostation - Olandese ) - http://www.funx.nl/&lt;br /&gt;
*PlayShakespeare.com (Culturale) - http://www.playshakespeare.com&lt;br /&gt;
*Cheap Wine Band (Musica - Tedesco) - http://www.cheapwineband.de/&lt;br /&gt;
&lt;br /&gt;
Altri esempi di aziende che utilizzano Joomla! possono essere trovati in [http://community.joomla.org/showcase/ Joomla! Vetrina di siti della comunità].&lt;br /&gt;
Per i siti governativi con Joomla, vista http://joomlagov.info.&lt;br /&gt;
&lt;br /&gt;
==Ho bisogno di creare un sito per un cliente. Joomla! mi può aiutare?==&lt;br /&gt;
[[File:Help30-Content-Article-Manager-screen.png|400px|right|link=]]Joomla! è stato progettato per essere facile da installare e da configurare, anche se non sei un utente avanzato. Molti servizi di web hosting offrono una &amp;quot;Installazione con un click&amp;quot; per avere un sito web attivo e funzionante in pochi minuti.&lt;br /&gt;
&lt;br /&gt;
Dal momento che Joomla è così facile da usare, sia come  [[S:MyLanguage/Web designers|Web designer]] sia come [[S:MyLanguage/Portal:Developers|Sviluppatore]], è possibile creare rapidamente siti per i vostri clienti. Poi, con una quantità minima di istruzione, è possibile fornire ai vostri clienti la possibilità di gestire facilmente i propri siti in autonomia.&lt;br /&gt;
&lt;br /&gt;
Se i vostri clienti hanno bisogno di funzionalità specifiche, Joomla! è altamente estensibile e migliaia di estensioni (la maggior parte gratuitamente sotto licenza GPL) sono disponibili nel [http://extensions.joomla.org/ Joomla! Extensions Directory].{{-}}&lt;br /&gt;
==Come posso essere sicuro che ci sarà supporto per Joomla! in futuro?==&lt;br /&gt;
[[File:Winner - Best CMS.png|right|80px|link=]]Joomla! è il più popolare CMS open source attualmente disponibile come evidenziato da una vibrante e crescente comunità amichevole di utenti e sviluppatori di talento. Le radici di Joomla risalgono al 2000 e, con oltre 200.000 utenti della comunità e collaboratori, il futuro sembra luminoso per il pluripremiato Progetto Joomla!.{{-}}&lt;br /&gt;
==Sono uno sviluppatore. Quali sono alcuni modi avanzati con cui posso usare Joomla?==&lt;br /&gt;
[[File:MVC Diagram.png|right|350px|link=]]Molte aziende e organizzazioni hanno esigenze che vanno oltre ciò che è disponibile nel pacchetto base di Joomla!. In questi casi, il potente framework di Joomla rende facile agli sviluppatori creare sofisticati componenti aggiuntivi che estendono la potenza di Joomla! in direzioni pressoché illimitate.&lt;br /&gt;
&lt;br /&gt;
Il framework core di Joomla consente agli sviluppatori di creare rapidamente e facilmente:&lt;br /&gt;
&lt;br /&gt;
* Sistemi di controllo inventario&lt;br /&gt;
* Strumenti di reporting dei dati&lt;br /&gt;
* Connettori tra applicazioni&lt;br /&gt;
* Cataloghi di prodotti personalizzati&lt;br /&gt;
* Sistemi integrati di e-commerce&lt;br /&gt;
* Elenchi commerciali complessi&lt;br /&gt;
* Sistemi di prenotazione&lt;br /&gt;
* Strumenti di comunicazione&lt;br /&gt;
&lt;br /&gt;
Dal momento che Joomla! è basato su PHP e MySQL, stai costruendo potenti applicazioni su una piattaforma aperta che chiunque può utilizzare, condividere e supportare. Per maggiori informazioni sull&#039;utilizzo del framework di Joomla! , visitare il [http://developer.joomla.org/ Joomla! Developer Network].&lt;br /&gt;
&lt;br /&gt;
==Joomla! sembra la soluzione giusta per me. Come faccio a iniziare?==&lt;br /&gt;
&lt;br /&gt;
Joomla! is free, open, and available to anyone under the [http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GPL license]. Read [http://www.joomla.org/about-joomla/getting-started.html Getting Started with Joomla!] to find out the basics then [http://demo.joomla.org/ try out our online demo] and you&#039;ll quickly discover how simple Joomla! is. If you&#039;re ready to install Joomla, download the latest version [http://www.joomla.org/download.html here]. You&#039;ll be up and running in no time by following the [[S:MyLanguage/J3.x:Installing_Joomla|Installing Joomla!]] instructions.&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 column&amp;quot; style=&amp;quot;text-align:center&amp;quot;&amp;gt;[[File:Test Drive Joomla.png|link=http://demo.joomla.org/]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 column&amp;quot; style=&amp;quot;text-align:center&amp;quot;&amp;gt;[[File:Download Joomla.png|link=http://www.joomla.org/download.html]]&amp;lt;/div&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
== Crediti e Ringraziamenti ==&lt;br /&gt;
&lt;br /&gt;
La produzione di software Open Source richiede un sacco di sostegno attivo da parte dei membri della comunità e dalle imprese partner. &lt;br /&gt;
&lt;br /&gt;
* [http://developer.joomla.org/tracker/volunteer-activity.html Attività dei volontari] per il progetto Joomla!.&lt;br /&gt;
* [[S:MyLanguage/Joomla! Credits and Thanks|Imprese in partnership]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Landing Pages]]&lt;br /&gt;
[[Category:Learn More Pages|Per saperne di più]]&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Learn_More/8/it&amp;diff=362756</id>
		<title>Translations:Portal:Learn More/8/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Learn_More/8/it&amp;diff=362756"/>
		<updated>2017-02-05T07:52:49Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Aeroporto di Firenze - http://aeroporto.firenze.it/&lt;br /&gt;
*Salon sukni ślubnych (Moda Sposa - polacco) - http://www.mlodaimoda.pl/&lt;br /&gt;
*Alleanza per l&#039;Educazione Cattolica - https://ace.nd.edu/&lt;br /&gt;
*Alain Milliat (Succhi di frutta e Marmellate - Francia) - http://www.alain-milliat.com/&lt;br /&gt;
*Citibank (Istituto finanziario  intranet) - Not publicly accessible&lt;br /&gt;
*La Folie Douce - http://www.lafoliedouce.com/&lt;br /&gt;
*United Nations Regional Information Centre (UNRIC) - http://www.unric.org/&lt;br /&gt;
*FUNX ( Radiostation - Olandese ) - http://www.funx.nl/&lt;br /&gt;
*PlayShakespeare.com (Culturale) - http://www.playshakespeare.com&lt;br /&gt;
*Cheap Wine Band (Musica - Tedesco) - http://www.cheapwineband.de/&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Portal:Learn_More/it&amp;diff=362755</id>
		<title>Portal:Learn More/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Portal:Learn_More/it&amp;diff=362755"/>
		<updated>2017-02-05T07:52:35Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
Joomla! è un [[S:MyLanguage/Joomla! Awards|pluripremiato sistema di gestione dei contenuti (CMS)]], che consente di creare siti web e potenti applicazioni online. Molti aspetti, tra cui la facilità d&#039;uso e la flessibilità, hanno reso Joomla! il più popolare software per siti web disponibile. Inoltre, Joomla! è una soluzione open source che è liberamente disponibile a tutti, questo significa anche che è possibile modificare il codice sorgente in base alle proprie esigenze in modo da ottenerne il massimo vantaggio. &lt;br /&gt;
&lt;br /&gt;
==Che cosa è un sistema di gestione dei contenuti (CMS)?==&lt;br /&gt;
&lt;br /&gt;
Un sistema di gestione dei contenuti (CMS) è un software che tiene traccia di ogni pezzo di contenuto sul proprio sito web, proprio come la vostra biblioteca pubblica tiene traccia dei libri e li memorizza. Il contenuto può essere semplice testo, foto, musica, video, documenti, o qualsiasi cosa che si possa pensare. Uno dei principali vantaggi di utilizzare un CMS è che non richiede quasi nessuna competenza tecnica o di gestione. Il CMS gestisce tutti i vostri contenuti, in modo da non doverlo fare voi. Il CMS inoltre vi aiuta a tener traccia dei vostri contenuti in modo semplice e vi aiuta a sviluppare e gestire i contenuti nel miglior modo possibile.&lt;br /&gt;
&lt;br /&gt;
==Quali sono alcuni esempi di ciò che Joomla! può fare?==&lt;br /&gt;
&lt;br /&gt;
Joomla è utilizzato in tutto il mondo per i siti Web di tutte le forme e dimensioni. Per esempio:&lt;br /&gt;
&lt;br /&gt;
*Siti web aziendali e portali&lt;br /&gt;
*Intranet ed extranet aziendali&lt;br /&gt;
*Riviste on line, giornali e pubblicazioni&lt;br /&gt;
*E-commerce e prenotazioni online&lt;br /&gt;
*Applicazioni governative&lt;br /&gt;
*Siti web di piccole imprese&lt;br /&gt;
*Siti web non-profit e di organizzazioni&lt;br /&gt;
*Portali di comunità&lt;br /&gt;
*Siti web di scuole e chiese&lt;br /&gt;
*Homepage personali o familiari&lt;br /&gt;
 &lt;br /&gt;
==Chi utilizza Joomla?==&lt;br /&gt;
&lt;br /&gt;
Qui sono solo alcuni esempi di siti web che utilizzano Joomla:&lt;br /&gt;
&lt;br /&gt;
*Aeroporto di Firenze - http://aeroporto.firenze.it/&lt;br /&gt;
*Salon sukni ślubnych (Moda Sposa - polacco) - http://www.mlodaimoda.pl/&lt;br /&gt;
*Alleanza per l&#039;Educazione Cattolica - https://ace.nd.edu/&lt;br /&gt;
*Alain Milliat (Succhi di frutta e Marmellate - Francia) - http://www.alain-milliat.com/&lt;br /&gt;
*Citibank (Istituto finanziario  intranet) - Not publicly accessible&lt;br /&gt;
*La Folie Douce - http://www.lafoliedouce.com/&lt;br /&gt;
*United Nations Regional Information Centre (UNRIC) - http://www.unric.org/&lt;br /&gt;
*FUNX ( Radiostation - Olandese ) - http://www.funx.nl/&lt;br /&gt;
*PlayShakespeare.com (Cultirale) - http://www.playshakespeare.com&lt;br /&gt;
*Cheap Wine Band (Musica - Tedesco) - http://www.cheapwineband.de/&lt;br /&gt;
&lt;br /&gt;
Altri esempi di aziende che utilizzano Joomla! possono essere trovati in [http://community.joomla.org/showcase/ Joomla! Vetrina di siti della comunità].&lt;br /&gt;
Per i siti governativi con Joomla, vista http://joomlagov.info.&lt;br /&gt;
&lt;br /&gt;
==Ho bisogno di creare un sito per un cliente. Joomla! mi può aiutare?==&lt;br /&gt;
[[File:Help30-Content-Article-Manager-screen.png|400px|right|link=]]Joomla! è stato progettato per essere facile da installare e da configurare, anche se non sei un utente avanzato. Molti servizi di web hosting offrono una &amp;quot;Installazione con un click&amp;quot; per avere un sito web attivo e funzionante in pochi minuti.&lt;br /&gt;
&lt;br /&gt;
Dal momento che Joomla è così facile da usare, sia come  [[S:MyLanguage/Web designers|Web designer]] sia come [[S:MyLanguage/Portal:Developers|Sviluppatore]], è possibile creare rapidamente siti per i vostri clienti. Poi, con una quantità minima di istruzione, è possibile fornire ai vostri clienti la possibilità di gestire facilmente i propri siti in autonomia.&lt;br /&gt;
&lt;br /&gt;
Se i vostri clienti hanno bisogno di funzionalità specifiche, Joomla! è altamente estensibile e migliaia di estensioni (la maggior parte gratuitamente sotto licenza GPL) sono disponibili nel [http://extensions.joomla.org/ Joomla! Extensions Directory].{{-}}&lt;br /&gt;
==Come posso essere sicuro che ci sarà supporto per Joomla! in futuro?==&lt;br /&gt;
[[File:Winner - Best CMS.png|right|80px|link=]]Joomla! è il più popolare CMS open source attualmente disponibile come evidenziato da una vibrante e crescente comunità amichevole di utenti e sviluppatori di talento. Le radici di Joomla risalgono al 2000 e, con oltre 200.000 utenti della comunità e collaboratori, il futuro sembra luminoso per il pluripremiato Progetto Joomla!.{{-}}&lt;br /&gt;
==Sono uno sviluppatore. Quali sono alcuni modi avanzati con cui posso usare Joomla?==&lt;br /&gt;
[[File:MVC Diagram.png|right|350px|link=]]Molte aziende e organizzazioni hanno esigenze che vanno oltre ciò che è disponibile nel pacchetto base di Joomla!. In questi casi, il potente framework di Joomla rende facile agli sviluppatori creare sofisticati componenti aggiuntivi che estendono la potenza di Joomla! in direzioni pressoché illimitate.&lt;br /&gt;
&lt;br /&gt;
Il framework core di Joomla consente agli sviluppatori di creare rapidamente e facilmente:&lt;br /&gt;
&lt;br /&gt;
* Sistemi di controllo inventario&lt;br /&gt;
* Strumenti di reporting dei dati&lt;br /&gt;
* Connettori tra applicazioni&lt;br /&gt;
* Cataloghi di prodotti personalizzati&lt;br /&gt;
* Sistemi integrati di e-commerce&lt;br /&gt;
* Elenchi commerciali complessi&lt;br /&gt;
* Sistemi di prenotazione&lt;br /&gt;
* Strumenti di comunicazione&lt;br /&gt;
&lt;br /&gt;
Dal momento che Joomla! è basato su PHP e MySQL, stai costruendo potenti applicazioni su una piattaforma aperta che chiunque può utilizzare, condividere e supportare. Per maggiori informazioni sull&#039;utilizzo del framework di Joomla! , visitare il [http://developer.joomla.org/ Joomla! Developer Network].&lt;br /&gt;
&lt;br /&gt;
==Joomla! sembra la soluzione giusta per me. Come faccio a iniziare?==&lt;br /&gt;
&lt;br /&gt;
Joomla! is free, open, and available to anyone under the [http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GPL license]. Read [http://www.joomla.org/about-joomla/getting-started.html Getting Started with Joomla!] to find out the basics then [http://demo.joomla.org/ try out our online demo] and you&#039;ll quickly discover how simple Joomla! is. If you&#039;re ready to install Joomla, download the latest version [http://www.joomla.org/download.html here]. You&#039;ll be up and running in no time by following the [[S:MyLanguage/J3.x:Installing_Joomla|Installing Joomla!]] instructions.&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 column&amp;quot; style=&amp;quot;text-align:center&amp;quot;&amp;gt;[[File:Test Drive Joomla.png|link=http://demo.joomla.org/]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 column&amp;quot; style=&amp;quot;text-align:center&amp;quot;&amp;gt;[[File:Download Joomla.png|link=http://www.joomla.org/download.html]]&amp;lt;/div&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
== Crediti e Ringraziamenti ==&lt;br /&gt;
&lt;br /&gt;
La produzione di software Open Source richiede un sacco di sostegno attivo da parte dei membri della comunità e dalle imprese partner. &lt;br /&gt;
&lt;br /&gt;
* [http://developer.joomla.org/tracker/volunteer-activity.html Attività dei volontari] per il progetto Joomla!.&lt;br /&gt;
* [[S:MyLanguage/Joomla! Credits and Thanks|Imprese in partnership]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Landing Pages]]&lt;br /&gt;
[[Category:Learn More Pages|Per saperne di più]]&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Learn_More/8/it&amp;diff=362754</id>
		<title>Translations:Portal:Learn More/8/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Learn_More/8/it&amp;diff=362754"/>
		<updated>2017-02-05T07:52:34Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Aeroporto di Firenze - http://aeroporto.firenze.it/&lt;br /&gt;
*Salon sukni ślubnych (Moda Sposa - polacco) - http://www.mlodaimoda.pl/&lt;br /&gt;
*Alleanza per l&#039;Educazione Cattolica - https://ace.nd.edu/&lt;br /&gt;
*Alain Milliat (Succhi di frutta e Marmellate - Francia) - http://www.alain-milliat.com/&lt;br /&gt;
*Citibank (Istituto finanziario  intranet) - Not publicly accessible&lt;br /&gt;
*La Folie Douce - http://www.lafoliedouce.com/&lt;br /&gt;
*United Nations Regional Information Centre (UNRIC) - http://www.unric.org/&lt;br /&gt;
*FUNX ( Radiostation - Olandese ) - http://www.funx.nl/&lt;br /&gt;
*PlayShakespeare.com (Cultirale) - http://www.playshakespeare.com&lt;br /&gt;
*Cheap Wine Band (Musica - Tedesco) - http://www.cheapwineband.de/&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Portal:Learn_More/it&amp;diff=362753</id>
		<title>Portal:Learn More/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Portal:Learn_More/it&amp;diff=362753"/>
		<updated>2017-02-05T07:36:12Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
Joomla! è un [[S:MyLanguage/Joomla! Awards|pluripremiato sistema di gestione dei contenuti (CMS)]], che consente di creare siti web e potenti applicazioni online. Molti aspetti, tra cui la facilità d&#039;uso e la flessibilità, hanno reso Joomla! il più popolare software per siti web disponibile. Inoltre, Joomla! è una soluzione open source che è liberamente disponibile a tutti, questo significa anche che è possibile modificare il codice sorgente in base alle proprie esigenze in modo da ottenerne il massimo vantaggio. &lt;br /&gt;
&lt;br /&gt;
==Che cosa è un sistema di gestione dei contenuti (CMS)?==&lt;br /&gt;
&lt;br /&gt;
Un sistema di gestione dei contenuti (CMS) è un software che tiene traccia di ogni pezzo di contenuto sul proprio sito web, proprio come la vostra biblioteca pubblica tiene traccia dei libri e li memorizza. Il contenuto può essere semplice testo, foto, musica, video, documenti, o qualsiasi cosa che si possa pensare. Uno dei principali vantaggi di utilizzare un CMS è che non richiede quasi nessuna competenza tecnica o di gestione. Il CMS gestisce tutti i vostri contenuti, in modo da non doverlo fare voi. Il CMS inoltre vi aiuta a tener traccia dei vostri contenuti in modo semplice e vi aiuta a sviluppare e gestire i contenuti nel miglior modo possibile.&lt;br /&gt;
&lt;br /&gt;
==Quali sono alcuni esempi di ciò che Joomla! può fare?==&lt;br /&gt;
&lt;br /&gt;
Joomla è utilizzato in tutto il mondo per i siti Web di tutte le forme e dimensioni. Per esempio:&lt;br /&gt;
&lt;br /&gt;
*Siti web aziendali e portali&lt;br /&gt;
*Intranet ed extranet aziendali&lt;br /&gt;
*Riviste on line, giornali e pubblicazioni&lt;br /&gt;
*E-commerce e prenotazioni online&lt;br /&gt;
*Applicazioni governative&lt;br /&gt;
*Siti web di piccole imprese&lt;br /&gt;
*Siti web non-profit e di organizzazioni&lt;br /&gt;
*Portali di comunità&lt;br /&gt;
*Siti web di scuole e chiese&lt;br /&gt;
*Homepage personali o familiari&lt;br /&gt;
 &lt;br /&gt;
==Chi utilizza Joomla?==&lt;br /&gt;
&lt;br /&gt;
Qui sono solo alcuni esempi di siti web che utilizzano Joomla:&lt;br /&gt;
&lt;br /&gt;
*Salon sukni ślubnych (Bridal Fashion - Polish) - http://www.mlodaimoda.pl/&lt;br /&gt;
*Alliance for Catholic Education - https://ace.nd.edu/&lt;br /&gt;
*Alain Milliat (Juices and Marmelades - France) - http://www.alain-milliat.com/&lt;br /&gt;
*Citibank (Financial institution intranet) - Not publicly accessible&lt;br /&gt;
*La Folie Douce - http://www.lafoliedouce.com/&lt;br /&gt;
*United Nations Regional Information Centre (UNRIC) - http://www.unric.org/&lt;br /&gt;
*FUNX (Radiostation - Netherlands) - http://www.funx.nl/&lt;br /&gt;
*PlayShakespeare.com (Cultural) - http://www.playshakespeare.com&lt;br /&gt;
*Cheap Wine Band (Music - German) - http://www.cheapwineband.de/&lt;br /&gt;
&lt;br /&gt;
Altri esempi di aziende che utilizzano Joomla! possono essere trovati in [http://community.joomla.org/showcase/ Joomla! Vetrina di siti della comunità].&lt;br /&gt;
Per i siti governativi con Joomla, vista http://joomlagov.info.&lt;br /&gt;
&lt;br /&gt;
==Ho bisogno di creare un sito per un cliente. Joomla! mi può aiutare?==&lt;br /&gt;
[[File:Help30-Content-Article-Manager-screen.png|400px|right|link=]]Joomla! è stato progettato per essere facile da installare e da configurare, anche se non sei un utente avanzato. Molti servizi di web hosting offrono una &amp;quot;Installazione con un click&amp;quot; per avere un sito web attivo e funzionante in pochi minuti.&lt;br /&gt;
&lt;br /&gt;
Dal momento che Joomla è così facile da usare, sia come  [[S:MyLanguage/Web designers|Web designer]] sia come [[S:MyLanguage/Portal:Developers|Sviluppatore]], è possibile creare rapidamente siti per i vostri clienti. Poi, con una quantità minima di istruzione, è possibile fornire ai vostri clienti la possibilità di gestire facilmente i propri siti in autonomia.&lt;br /&gt;
&lt;br /&gt;
Se i vostri clienti hanno bisogno di funzionalità specifiche, Joomla! è altamente estensibile e migliaia di estensioni (la maggior parte gratuitamente sotto licenza GPL) sono disponibili nel [http://extensions.joomla.org/ Joomla! Extensions Directory].{{-}}&lt;br /&gt;
==Come posso essere sicuro che ci sarà supporto per Joomla! in futuro?==&lt;br /&gt;
[[File:Winner - Best CMS.png|right|80px|link=]]Joomla! è il più popolare CMS open source attualmente disponibile come evidenziato da una vibrante e crescente comunità amichevole di utenti e sviluppatori di talento. Le radici di Joomla risalgono al 2000 e, con oltre 200.000 utenti della comunità e collaboratori, il futuro sembra luminoso per il pluripremiato Progetto Joomla!.{{-}}&lt;br /&gt;
==Sono uno sviluppatore. Quali sono alcuni modi avanzati con cui posso usare Joomla?==&lt;br /&gt;
[[File:MVC Diagram.png|right|350px|link=]]Molte aziende e organizzazioni hanno esigenze che vanno oltre ciò che è disponibile nel pacchetto base di Joomla!. In questi casi, il potente framework di Joomla rende facile agli sviluppatori creare sofisticati componenti aggiuntivi che estendono la potenza di Joomla! in direzioni pressoché illimitate.&lt;br /&gt;
&lt;br /&gt;
Il framework core di Joomla consente agli sviluppatori di creare rapidamente e facilmente:&lt;br /&gt;
&lt;br /&gt;
* Sistemi di controllo inventario&lt;br /&gt;
* Strumenti di reporting dei dati&lt;br /&gt;
* Connettori tra applicazioni&lt;br /&gt;
* Cataloghi di prodotti personalizzati&lt;br /&gt;
* Sistemi integrati di e-commerce&lt;br /&gt;
* Elenchi commerciali complessi&lt;br /&gt;
* Sistemi di prenotazione&lt;br /&gt;
* Strumenti di comunicazione&lt;br /&gt;
&lt;br /&gt;
Dal momento che Joomla! è basato su PHP e MySQL, stai costruendo potenti applicazioni su una piattaforma aperta che chiunque può utilizzare, condividere e supportare. Per maggiori informazioni sull&#039;utilizzo del framework di Joomla! , visitare il [http://developer.joomla.org/ Joomla! Developer Network].&lt;br /&gt;
&lt;br /&gt;
==Joomla! sembra la soluzione giusta per me. Come faccio a iniziare?==&lt;br /&gt;
&lt;br /&gt;
Joomla! is free, open, and available to anyone under the [http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GPL license]. Read [http://www.joomla.org/about-joomla/getting-started.html Getting Started with Joomla!] to find out the basics then [http://demo.joomla.org/ try out our online demo] and you&#039;ll quickly discover how simple Joomla! is. If you&#039;re ready to install Joomla, download the latest version [http://www.joomla.org/download.html here]. You&#039;ll be up and running in no time by following the [[S:MyLanguage/J3.x:Installing_Joomla|Installing Joomla!]] instructions.&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 column&amp;quot; style=&amp;quot;text-align:center&amp;quot;&amp;gt;[[File:Test Drive Joomla.png|link=http://demo.joomla.org/]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 column&amp;quot; style=&amp;quot;text-align:center&amp;quot;&amp;gt;[[File:Download Joomla.png|link=http://www.joomla.org/download.html]]&amp;lt;/div&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
== Crediti e Ringraziamenti ==&lt;br /&gt;
&lt;br /&gt;
La produzione di software Open Source richiede un sacco di sostegno attivo da parte dei membri della comunità e dalle imprese partner. &lt;br /&gt;
&lt;br /&gt;
* [http://developer.joomla.org/tracker/volunteer-activity.html Attività dei volontari] per il progetto Joomla!.&lt;br /&gt;
* [[S:MyLanguage/Joomla! Credits and Thanks|Imprese in partnership]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Landing Pages]]&lt;br /&gt;
[[Category:Learn More Pages|Per saperne di più]]&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Learn_More/11/it&amp;diff=362752</id>
		<title>Translations:Portal:Learn More/11/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Learn_More/11/it&amp;diff=362752"/>
		<updated>2017-02-05T07:36:11Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! è stato progettato per essere facile da installare e da configurare, anche se non sei un utente avanzato. Molti servizi di web hosting offrono una &amp;quot;Installazione con un click&amp;quot; per avere un sito web attivo e funzionante in pochi minuti.&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Portal:Learn_More/it&amp;diff=362751</id>
		<title>Portal:Learn More/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Portal:Learn_More/it&amp;diff=362751"/>
		<updated>2017-02-05T07:29:58Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
Joomla! è un [[S:MyLanguage/Joomla! Awards|pluripremiato sistema di gestione dei contenuti (CMS)]], che consente di creare siti web e potenti applicazioni online. Molti aspetti, tra cui la facilità d&#039;uso e la flessibilità, hanno reso Joomla! il più popolare software per siti web disponibile. Inoltre, Joomla! è una soluzione open source che è liberamente disponibile a tutti, questo significa anche che è possibile modificare il codice sorgente in base alle proprie esigenze in modo da ottenerne il massimo vantaggio. &lt;br /&gt;
&lt;br /&gt;
==Che cosa è un sistema di gestione dei contenuti (CMS)?==&lt;br /&gt;
&lt;br /&gt;
Un sistema di gestione dei contenuti (CMS) è un software che tiene traccia di ogni pezzo di contenuto sul proprio sito web, proprio come la vostra biblioteca pubblica tiene traccia dei libri e li memorizza. Il contenuto può essere semplice testo, foto, musica, video, documenti, o qualsiasi cosa che si possa pensare. Uno dei principali vantaggi di utilizzare un CMS è che non richiede quasi nessuna competenza tecnica o di gestione. Il CMS gestisce tutti i vostri contenuti, in modo da non doverlo fare voi. Il CMS inoltre vi aiuta a tener traccia dei vostri contenuti in modo semplice e vi aiuta a sviluppare e gestire i contenuti nel miglior modo possibile.&lt;br /&gt;
&lt;br /&gt;
==Quali sono alcuni esempi di ciò che Joomla! può fare?==&lt;br /&gt;
&lt;br /&gt;
Joomla è utilizzato in tutto il mondo per i siti Web di tutte le forme e dimensioni. Per esempio:&lt;br /&gt;
&lt;br /&gt;
*Siti web aziendali e portali&lt;br /&gt;
*Intranet ed extranet aziendali&lt;br /&gt;
*Riviste on line, giornali e pubblicazioni&lt;br /&gt;
*E-commerce e prenotazioni online&lt;br /&gt;
*Applicazioni governative&lt;br /&gt;
*Siti web di piccole imprese&lt;br /&gt;
*Siti web non-profit e di organizzazioni&lt;br /&gt;
*Portali di comunità&lt;br /&gt;
*Siti web di scuole e chiese&lt;br /&gt;
*Homepage personali o familiari&lt;br /&gt;
 &lt;br /&gt;
==Chi utilizza Joomla?==&lt;br /&gt;
&lt;br /&gt;
Qui sono solo alcuni esempi di siti web che utilizzano Joomla:&lt;br /&gt;
&lt;br /&gt;
*Salon sukni ślubnych (Bridal Fashion - Polish) - http://www.mlodaimoda.pl/&lt;br /&gt;
*Alliance for Catholic Education - https://ace.nd.edu/&lt;br /&gt;
*Alain Milliat (Juices and Marmelades - France) - http://www.alain-milliat.com/&lt;br /&gt;
*Citibank (Financial institution intranet) - Not publicly accessible&lt;br /&gt;
*La Folie Douce - http://www.lafoliedouce.com/&lt;br /&gt;
*United Nations Regional Information Centre (UNRIC) - http://www.unric.org/&lt;br /&gt;
*FUNX (Radiostation - Netherlands) - http://www.funx.nl/&lt;br /&gt;
*PlayShakespeare.com (Cultural) - http://www.playshakespeare.com&lt;br /&gt;
*Cheap Wine Band (Music - German) - http://www.cheapwineband.de/&lt;br /&gt;
&lt;br /&gt;
Altri esempi di aziende che utilizzano Joomla! possono essere trovati in [http://community.joomla.org/showcase/ Joomla! Vetrina di siti della comunità].&lt;br /&gt;
Per i siti governativi con Joomla, vista http://joomlagov.info.&lt;br /&gt;
&lt;br /&gt;
==Ho bisogno di creare un sito per un cliente. Joomla! mi può aiutare?==&lt;br /&gt;
[[File:Help30-Content-Article-Manager-screen.png|400px|right|link=]]Joomla! is designed to be easy to install and set up even if you&#039;re not an advanced user. Many Web hosting services offer a single-click install or auto installers, getting your new site up and running in just a few minutes.&lt;br /&gt;
&lt;br /&gt;
Dal momento che Joomla è così facile da usare, sia come  [[S:MyLanguage/Web designers|Web designer]] sia come [[S:MyLanguage/Portal:Developers|Sviluppatore]], è possibile creare rapidamente siti per i vostri clienti. Poi, con una quantità minima di istruzione, è possibile fornire ai vostri clienti la possibilità di gestire facilmente i propri siti in autonomia.&lt;br /&gt;
&lt;br /&gt;
Se i vostri clienti hanno bisogno di funzionalità specifiche, Joomla! è altamente estensibile e migliaia di estensioni (la maggior parte gratuitamente sotto licenza GPL) sono disponibili nel [http://extensions.joomla.org/ Joomla! Extensions Directory].{{-}}&lt;br /&gt;
==Come posso essere sicuro che ci sarà supporto per Joomla! in futuro?==&lt;br /&gt;
[[File:Winner - Best CMS.png|right|80px|link=]]Joomla! è il più popolare CMS open source attualmente disponibile come evidenziato da una vibrante e crescente comunità amichevole di utenti e sviluppatori di talento. Le radici di Joomla risalgono al 2000 e, con oltre 200.000 utenti della comunità e collaboratori, il futuro sembra luminoso per il pluripremiato Progetto Joomla!.{{-}}&lt;br /&gt;
==Sono uno sviluppatore. Quali sono alcuni modi avanzati con cui posso usare Joomla?==&lt;br /&gt;
[[File:MVC Diagram.png|right|350px|link=]]Molte aziende e organizzazioni hanno esigenze che vanno oltre ciò che è disponibile nel pacchetto base di Joomla!. In questi casi, il potente framework di Joomla rende facile agli sviluppatori creare sofisticati componenti aggiuntivi che estendono la potenza di Joomla! in direzioni pressoché illimitate.&lt;br /&gt;
&lt;br /&gt;
Il framework core di Joomla consente agli sviluppatori di creare rapidamente e facilmente:&lt;br /&gt;
&lt;br /&gt;
* Sistemi di controllo inventario&lt;br /&gt;
* Strumenti di reporting dei dati&lt;br /&gt;
* Connettori tra applicazioni&lt;br /&gt;
* Cataloghi di prodotti personalizzati&lt;br /&gt;
* Sistemi integrati di e-commerce&lt;br /&gt;
* Elenchi commerciali complessi&lt;br /&gt;
* Sistemi di prenotazione&lt;br /&gt;
* Strumenti di comunicazione&lt;br /&gt;
&lt;br /&gt;
Dal momento che Joomla! è basato su PHP e MySQL, stai costruendo potenti applicazioni su una piattaforma aperta che chiunque può utilizzare, condividere e supportare. Per maggiori informazioni sull&#039;utilizzo del framework di Joomla! , visitare il [http://developer.joomla.org/ Joomla! Developer Network].&lt;br /&gt;
&lt;br /&gt;
==Joomla! sembra la soluzione giusta per me. Come faccio a iniziare?==&lt;br /&gt;
&lt;br /&gt;
Joomla! is free, open, and available to anyone under the [http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GPL license]. Read [http://www.joomla.org/about-joomla/getting-started.html Getting Started with Joomla!] to find out the basics then [http://demo.joomla.org/ try out our online demo] and you&#039;ll quickly discover how simple Joomla! is. If you&#039;re ready to install Joomla, download the latest version [http://www.joomla.org/download.html here]. You&#039;ll be up and running in no time by following the [[S:MyLanguage/J3.x:Installing_Joomla|Installing Joomla!]] instructions.&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 column&amp;quot; style=&amp;quot;text-align:center&amp;quot;&amp;gt;[[File:Test Drive Joomla.png|link=http://demo.joomla.org/]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 column&amp;quot; style=&amp;quot;text-align:center&amp;quot;&amp;gt;[[File:Download Joomla.png|link=http://www.joomla.org/download.html]]&amp;lt;/div&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
== Crediti e Ringraziamenti ==&lt;br /&gt;
&lt;br /&gt;
La produzione di software Open Source richiede un sacco di sostegno attivo da parte dei membri della comunità e dalle imprese partner. &lt;br /&gt;
&lt;br /&gt;
* [http://developer.joomla.org/tracker/volunteer-activity.html Attività dei volontari] per il progetto Joomla!.&lt;br /&gt;
* [[S:MyLanguage/Joomla! Credits and Thanks|Imprese in partnership]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Landing Pages]]&lt;br /&gt;
[[Category:Learn More Pages|Per saperne di più]]&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Learn_More/1/it&amp;diff=362750</id>
		<title>Translations:Portal:Learn More/1/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Learn_More/1/it&amp;diff=362750"/>
		<updated>2017-02-05T07:29:58Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla! è un [[S:MyLanguage/Joomla! Awards|pluripremiato sistema di gestione dei contenuti (CMS)]], che consente di creare siti web e potenti applicazioni online. Molti aspetti, tra cui la facilità d&#039;uso e la flessibilità, hanno reso Joomla! il più popolare software per siti web disponibile. Inoltre, Joomla! è una soluzione open source che è liberamente disponibile a tutti, questo significa anche che è possibile modificare il codice sorgente in base alle proprie esigenze in modo da ottenerne il massimo vantaggio.&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Portal:Learn_More/it&amp;diff=362749</id>
		<title>Portal:Learn More/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Portal:Learn_More/it&amp;diff=362749"/>
		<updated>2017-02-05T07:27:34Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
Joomla! is an [[S:MyLanguage/Joomla! Awards|award-winning content management system (CMS)]], which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla! the most popular Web site software available. Best of all, Joomla! is an open source solution that is freely available to everyone, this also means that you can modify the source code according to your needs and gain maximum advantage. &lt;br /&gt;
&lt;br /&gt;
==Che cosa è un sistema di gestione dei contenuti (CMS)?==&lt;br /&gt;
&lt;br /&gt;
Un sistema di gestione dei contenuti (CMS) è un software che tiene traccia di ogni pezzo di contenuto sul proprio sito web, proprio come la vostra biblioteca pubblica tiene traccia dei libri e li memorizza. Il contenuto può essere semplice testo, foto, musica, video, documenti, o qualsiasi cosa che si possa pensare. Uno dei principali vantaggi di utilizzare un CMS è che non richiede quasi nessuna competenza tecnica o di gestione. Il CMS gestisce tutti i vostri contenuti, in modo da non doverlo fare voi. Il CMS inoltre vi aiuta a tener traccia dei vostri contenuti in modo semplice e vi aiuta a sviluppare e gestire i contenuti nel miglior modo possibile.&lt;br /&gt;
&lt;br /&gt;
==Quali sono alcuni esempi di ciò che Joomla! può fare?==&lt;br /&gt;
&lt;br /&gt;
Joomla è utilizzato in tutto il mondo per i siti Web di tutte le forme e dimensioni. Per esempio:&lt;br /&gt;
&lt;br /&gt;
*Siti web aziendali e portali&lt;br /&gt;
*Intranet ed extranet aziendali&lt;br /&gt;
*Riviste on line, giornali e pubblicazioni&lt;br /&gt;
*E-commerce e prenotazioni online&lt;br /&gt;
*Applicazioni governative&lt;br /&gt;
*Siti web di piccole imprese&lt;br /&gt;
*Siti web non-profit e di organizzazioni&lt;br /&gt;
*Portali di comunità&lt;br /&gt;
*Siti web di scuole e chiese&lt;br /&gt;
*Homepage personali o familiari&lt;br /&gt;
 &lt;br /&gt;
==Chi utilizza Joomla?==&lt;br /&gt;
&lt;br /&gt;
Qui sono solo alcuni esempi di siti web che utilizzano Joomla:&lt;br /&gt;
&lt;br /&gt;
*Salon sukni ślubnych (Bridal Fashion - Polish) - http://www.mlodaimoda.pl/&lt;br /&gt;
*Alliance for Catholic Education - https://ace.nd.edu/&lt;br /&gt;
*Alain Milliat (Juices and Marmelades - France) - http://www.alain-milliat.com/&lt;br /&gt;
*Citibank (Financial institution intranet) - Not publicly accessible&lt;br /&gt;
*La Folie Douce - http://www.lafoliedouce.com/&lt;br /&gt;
*United Nations Regional Information Centre (UNRIC) - http://www.unric.org/&lt;br /&gt;
*FUNX (Radiostation - Netherlands) - http://www.funx.nl/&lt;br /&gt;
*PlayShakespeare.com (Cultural) - http://www.playshakespeare.com&lt;br /&gt;
*Cheap Wine Band (Music - German) - http://www.cheapwineband.de/&lt;br /&gt;
&lt;br /&gt;
Altri esempi di aziende che utilizzano Joomla! possono essere trovati in [http://community.joomla.org/showcase/ Joomla! Vetrina di siti della comunità].&lt;br /&gt;
Per i siti governativi con Joomla, vista http://joomlagov.info.&lt;br /&gt;
&lt;br /&gt;
==Ho bisogno di creare un sito per un cliente. Joomla! mi può aiutare?==&lt;br /&gt;
[[File:Help30-Content-Article-Manager-screen.png|400px|right|link=]]Joomla! is designed to be easy to install and set up even if you&#039;re not an advanced user. Many Web hosting services offer a single-click install or auto installers, getting your new site up and running in just a few minutes.&lt;br /&gt;
&lt;br /&gt;
Dal momento che Joomla è così facile da usare, sia come  [[S:MyLanguage/Web designers|Web designer]] sia come [[S:MyLanguage/Portal:Developers|Sviluppatore]], è possibile creare rapidamente siti per i vostri clienti. Poi, con una quantità minima di istruzione, è possibile fornire ai vostri clienti la possibilità di gestire facilmente i propri siti in autonomia.&lt;br /&gt;
&lt;br /&gt;
Se i vostri clienti hanno bisogno di funzionalità specifiche, Joomla! è altamente estensibile e migliaia di estensioni (la maggior parte gratuitamente sotto licenza GPL) sono disponibili nel [http://extensions.joomla.org/ Joomla! Extensions Directory].{{-}}&lt;br /&gt;
==Come posso essere sicuro che ci sarà supporto per Joomla! in futuro?==&lt;br /&gt;
[[File:Winner - Best CMS.png|right|80px|link=]]Joomla! è il più popolare CMS open source attualmente disponibile come evidenziato da una vibrante e crescente comunità amichevole di utenti e sviluppatori di talento. Le radici di Joomla risalgono al 2000 e, con oltre 200.000 utenti della comunità e collaboratori, il futuro sembra luminoso per il pluripremiato Progetto Joomla!.{{-}}&lt;br /&gt;
==Sono uno sviluppatore. Quali sono alcuni modi avanzati con cui posso usare Joomla?==&lt;br /&gt;
[[File:MVC Diagram.png|right|350px|link=]]Molte aziende e organizzazioni hanno esigenze che vanno oltre ciò che è disponibile nel pacchetto base di Joomla!. In questi casi, il potente framework di Joomla rende facile agli sviluppatori creare sofisticati componenti aggiuntivi che estendono la potenza di Joomla! in direzioni pressoché illimitate.&lt;br /&gt;
&lt;br /&gt;
Il framework core di Joomla consente agli sviluppatori di creare rapidamente e facilmente:&lt;br /&gt;
&lt;br /&gt;
* Sistemi di controllo inventario&lt;br /&gt;
* Strumenti di reporting dei dati&lt;br /&gt;
* Connettori tra applicazioni&lt;br /&gt;
* Cataloghi di prodotti personalizzati&lt;br /&gt;
* Sistemi integrati di e-commerce&lt;br /&gt;
* Elenchi commerciali complessi&lt;br /&gt;
* Sistemi di prenotazione&lt;br /&gt;
* Strumenti di comunicazione&lt;br /&gt;
&lt;br /&gt;
Dal momento che Joomla! è basato su PHP e MySQL, stai costruendo potenti applicazioni su una piattaforma aperta che chiunque può utilizzare, condividere e supportare. Per maggiori informazioni sull&#039;utilizzo del framework di Joomla! , visitare il [http://developer.joomla.org/ Joomla! Developer Network].&lt;br /&gt;
&lt;br /&gt;
==Joomla! sembra la soluzione giusta per me. Come faccio a iniziare?==&lt;br /&gt;
&lt;br /&gt;
Joomla! is free, open, and available to anyone under the [http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GPL license]. Read [http://www.joomla.org/about-joomla/getting-started.html Getting Started with Joomla!] to find out the basics then [http://demo.joomla.org/ try out our online demo] and you&#039;ll quickly discover how simple Joomla! is. If you&#039;re ready to install Joomla, download the latest version [http://www.joomla.org/download.html here]. You&#039;ll be up and running in no time by following the [[S:MyLanguage/J3.x:Installing_Joomla|Installing Joomla!]] instructions.&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 column&amp;quot; style=&amp;quot;text-align:center&amp;quot;&amp;gt;[[File:Test Drive Joomla.png|link=http://demo.joomla.org/]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;large-6 column&amp;quot; style=&amp;quot;text-align:center&amp;quot;&amp;gt;[[File:Download Joomla.png|link=http://www.joomla.org/download.html]]&amp;lt;/div&amp;gt;&lt;br /&gt;
{{-}}&lt;br /&gt;
== Crediti e Ringraziamenti ==&lt;br /&gt;
&lt;br /&gt;
La produzione di software Open Source richiede un sacco di sostegno attivo da parte dei membri della comunità e dalle imprese partner. &lt;br /&gt;
&lt;br /&gt;
* [http://developer.joomla.org/tracker/volunteer-activity.html Attività dei volontari] per il progetto Joomla!.&lt;br /&gt;
* [[S:MyLanguage/Joomla! Credits and Thanks|Imprese in partnership]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Landing Pages]]&lt;br /&gt;
[[Category:Learn More Pages|Per saperne di più]]&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Learn_More/3/it&amp;diff=362748</id>
		<title>Translations:Portal:Learn More/3/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Learn_More/3/it&amp;diff=362748"/>
		<updated>2017-02-05T07:27:34Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Un sistema di gestione dei contenuti (CMS) è un software che tiene traccia di ogni pezzo di contenuto sul proprio sito web, proprio come la vostra biblioteca pubblica tiene traccia dei libri e li memorizza. Il contenuto può essere semplice testo, foto, musica, video, documenti, o qualsiasi cosa che si possa pensare. Uno dei principali vantaggi di utilizzare un CMS è che non richiede quasi nessuna competenza tecnica o di gestione. Il CMS gestisce tutti i vostri contenuti, in modo da non doverlo fare voi. Il CMS inoltre vi aiuta a tener traccia dei vostri contenuti in modo semplice e vi aiuta a sviluppare e gestire i contenuti nel miglior modo possibile.&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Portal:Article_Management/Reading_list/it&amp;diff=362743</id>
		<title>Portal:Article Management/Reading list/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Portal:Article_Management/Reading_list/it&amp;diff=362743"/>
		<updated>2017-02-04T17:20:08Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Gestione dei contenuti Gestione degli articoli&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
===La Gestione dei Contenuti===&lt;br /&gt;
* [[S:MyLanguage/Adding a new article|Aggiunta di un nuovo articolo]]&lt;br /&gt;
* [[S:MyLanguage/Adding a menu item which points to an Article|Aggiunta di una voce di menu che punta ad un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Managing the front page|Gestione della pagina iniziale]]&lt;br /&gt;
* [[S:MyLanguage/Scheduling an Article to be available only between certain dates|Configurazione di un articolo perché possa essere visto solo in un certo intervallo di date]]&lt;br /&gt;
* [[S:MyLanguage/Restricting access to an Article|Limitare l&#039;accesso ad un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Restricting access to &amp;quot;read more&amp;quot;|Limitare l&#039;accesso al &amp;quot;Leggi tutto&amp;quot;]]&lt;br /&gt;
* [[S:MyLanguage/Removing email, print or PDF icons from Articles|Rimuovere le email, la stampa o le icone PDF dagli articoli]]&lt;br /&gt;
* [[S:MyLanguage/Removing author name, creation date or update date from all Articles|Rimuovere l&#039;autore, la data di creazione o la data di aggiornamento da tutti gli articoli]]&lt;br /&gt;
* [[S:MyLanguage/Moving an Article to the archive|Spostare un articolo nell&#039;archivio]]&lt;br /&gt;
* [[S:MyLanguage/Deleting an Article|Cancellare un articolo]]&lt;br /&gt;
===La modifica di un articolo===&lt;br /&gt;
* [[S:MyLanguage/Adding an image to an article|Aggiungere un&#039;immagine ad un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a heading into an Article|Aggiungere un titolo ad un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a list into an Article|Aggiungere una lista in un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a table into an Article|Aggiungere una tabella in un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Modifying a table in an Article|Modificare una tabella in un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a link to another website into an Article|Aggiungere un link ad un altro sito in un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Removing a link from an Article|Eliminare un link da un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Splitting an Article into an introduction with a link to read more|Dividere un articolo in una introduzione e una lettura approfondita (leggi tutto)]]&lt;br /&gt;
* [[S:MyLanguage/Removing author name, creation date or update date from an Article|Eliminare l&#039;autore, la data di creazione o la data di modifica da un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Previewing an Article|Anteprima di un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Splitting a long Article into multiple linked pages|Dividere un articolo lungo in più pagine collegate]]&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Content Management|Gestione dei contenuti]]&lt;br /&gt;
[[Category:Article Management|Gestione degli articoli]]&lt;br /&gt;
__NOINDEX__&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Article_Management/Reading_list/3/it&amp;diff=362742</id>
		<title>Translations:Portal:Article Management/Reading list/3/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Article_Management/Reading_list/3/it&amp;diff=362742"/>
		<updated>2017-02-04T17:20:06Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Gestione dei contenuti Gestione degli articoli&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Content Management|Gestione dei contenuti]]&lt;br /&gt;
[[Category:Article Management|Gestione degli articoli]]&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Portal:Article_Management/Reading_list/it&amp;diff=313616</id>
		<title>Portal:Article Management/Reading list/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Portal:Article_Management/Reading_list/it&amp;diff=313616"/>
		<updated>2016-07-12T14:24:42Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;===La modifica di un articolo=== * Aggiungere un&amp;#039;immagine ad un articolo * S:MyLanguage/Inserting a heading into an Article|Ag...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
===La Gestione dei Contenuti===&lt;br /&gt;
* [[S:MyLanguage/Adding a new article|Aggiunta di un nuovo articolo]]&lt;br /&gt;
* [[S:MyLanguage/Adding a menu item which points to an Article|Aggiunta di una voce di menu che punta ad un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Managing the front page|Gestione della pagina iniziale]]&lt;br /&gt;
* [[S:MyLanguage/Scheduling an Article to be available only between certain dates|Configurazione di un articolo perché possa essere visto solo in un certo intervallo di date]]&lt;br /&gt;
* [[S:MyLanguage/Restricting access to an Article|Limitare l&#039;accesso ad un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Restricting access to &amp;quot;read more&amp;quot;|Limitare l&#039;accesso al &amp;quot;Leggi tutto&amp;quot;]]&lt;br /&gt;
* [[S:MyLanguage/Removing email, print or PDF icons from Articles|Rimuovere le email, la stampa o le icone PDF dagli articoli]]&lt;br /&gt;
* [[S:MyLanguage/Removing author name, creation date or update date from all Articles|Rimuovere l&#039;autore, la data di creazione o la data di aggiornamento da tutti gli articoli]]&lt;br /&gt;
* [[S:MyLanguage/Moving an Article to the archive|Spostare un articolo nell&#039;archivio]]&lt;br /&gt;
* [[S:MyLanguage/Deleting an Article|Cancellare un articolo]]&lt;br /&gt;
===La modifica di un articolo===&lt;br /&gt;
* [[S:MyLanguage/Adding an image to an article|Aggiungere un&#039;immagine ad un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a heading into an Article|Aggiungere un titolo ad un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a list into an Article|Aggiungere una lista in un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a table into an Article|Aggiungere una tabella in un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Modifying a table in an Article|Modificare una tabella in un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a link to another website into an Article|Aggiungere un link ad un altro sito in un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Removing a link from an Article|Eliminare un link da un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Splitting an Article into an introduction with a link to read more|Dividere un articolo in una introduzione e una lettura approfondita (leggi tutto)]]&lt;br /&gt;
* [[S:MyLanguage/Removing author name, creation date or update date from an Article|Eliminare l&#039;autore, la data di creazione o la data di modifica da un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Previewing an Article|Anteprima di un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Splitting a long Article into multiple linked pages|Dividere un articolo lungo in più pagine collegate]]&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Content Management]]&lt;br /&gt;
[[Category:Article Management]]&lt;br /&gt;
__NOINDEX__&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Article_Management/Reading_list/2/it&amp;diff=313615</id>
		<title>Translations:Portal:Article Management/Reading list/2/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Article_Management/Reading_list/2/it&amp;diff=313615"/>
		<updated>2016-07-12T14:24:41Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;===La modifica di un articolo=== * Aggiungere un&amp;#039;immagine ad un articolo * S:MyLanguage/Inserting a heading into an Article|Ag...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===La modifica di un articolo===&lt;br /&gt;
* [[S:MyLanguage/Adding an image to an article|Aggiungere un&#039;immagine ad un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a heading into an Article|Aggiungere un titolo ad un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a list into an Article|Aggiungere una lista in un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a table into an Article|Aggiungere una tabella in un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Modifying a table in an Article|Modificare una tabella in un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a link to another website into an Article|Aggiungere un link ad un altro sito in un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Removing a link from an Article|Eliminare un link da un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Splitting an Article into an introduction with a link to read more|Dividere un articolo in una introduzione e una lettura approfondita (leggi tutto)]]&lt;br /&gt;
* [[S:MyLanguage/Removing author name, creation date or update date from an Article|Eliminare l&#039;autore, la data di creazione o la data di modifica da un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Previewing an Article|Anteprima di un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Splitting a long Article into multiple linked pages|Dividere un articolo lungo in più pagine collegate]]&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Article_Management/Reading_list/Page_display_title/it&amp;diff=313614</id>
		<title>Translations:Portal:Article Management/Reading list/Page display title/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Translations:Portal:Article_Management/Reading_list/Page_display_title/it&amp;diff=313614"/>
		<updated>2016-07-12T14:06:04Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;Portale:Gestione degli Articoli/Lista di Lettura&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Portale:Gestione degli Articoli/Lista di Lettura&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Portal:Article_Management/Reading_list/it&amp;diff=313613</id>
		<title>Portal:Article Management/Reading list/it</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Portal:Article_Management/Reading_list/it&amp;diff=313613"/>
		<updated>2016-07-12T14:02:40Z</updated>

		<summary type="html">&lt;p&gt;Robertolongo: Created page with &amp;quot;===La Gestione dei Contenuti=== * Aggiunta di un nuovo articolo * S:MyLanguage/Adding a menu item which points to an Article|Aggiunta d...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&amp;lt;languages /&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
===La Gestione dei Contenuti===&lt;br /&gt;
* [[S:MyLanguage/Adding a new article|Aggiunta di un nuovo articolo]]&lt;br /&gt;
* [[S:MyLanguage/Adding a menu item which points to an Article|Aggiunta di una voce di menu che punta ad un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Managing the front page|Gestione della pagina iniziale]]&lt;br /&gt;
* [[S:MyLanguage/Scheduling an Article to be available only between certain dates|Configurazione di un articolo perché possa essere visto solo in un certo intervallo di date]]&lt;br /&gt;
* [[S:MyLanguage/Restricting access to an Article|Limitare l&#039;accesso ad un articolo]]&lt;br /&gt;
* [[S:MyLanguage/Restricting access to &amp;quot;read more&amp;quot;|Limitare l&#039;accesso al &amp;quot;Leggi tutto&amp;quot;]]&lt;br /&gt;
* [[S:MyLanguage/Removing email, print or PDF icons from Articles|Rimuovere le email, la stampa o le icone PDF dagli articoli]]&lt;br /&gt;
* [[S:MyLanguage/Removing author name, creation date or update date from all Articles|Rimuovere l&#039;autore, la data di creazione o la data di aggiornamento da tutti gli articoli]]&lt;br /&gt;
* [[S:MyLanguage/Moving an Article to the archive|Spostare un articolo nell&#039;archivio]]&lt;br /&gt;
* [[S:MyLanguage/Deleting an Article|Cancellare un articolo]]&lt;br /&gt;
===Editing an article===&lt;br /&gt;
* [[S:MyLanguage/Adding an image to an article|Adding an image to an article]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a heading into an Article|Inserting a heading into an Article]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a list into an Article|Inserting a list into an Article]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a table into an Article|Inserting a table into an Article]]&lt;br /&gt;
* [[S:MyLanguage/Modifying a table in an Article|Modifying a table in an Article]]&lt;br /&gt;
* [[S:MyLanguage/Inserting a link to another website into an Article|Inserting a link to another website into an Article]]&lt;br /&gt;
* [[S:MyLanguage/Removing a link from an Article|Removing a link from an Article]]&lt;br /&gt;
* [[S:MyLanguage/Splitting an Article into an introduction with a link to read more|Splitting an Article into an introduction with a link to read more]]&lt;br /&gt;
* [[S:MyLanguage/Removing author name, creation date or update date from an Article|Removing author name, creation date or update date from an Article]]&lt;br /&gt;
* [[S:MyLanguage/Previewing an Article|Previewing an Article]]&lt;br /&gt;
* [[S:MyLanguage/Splitting a long Article into multiple linked pages|Splitting a long Article into multiple linked pages]]&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Content Management]]&lt;br /&gt;
[[Category:Article Management]]&lt;br /&gt;
__NOINDEX__&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Robertolongo</name></author>
	</entry>
</feed>