<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.joomla.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.joomla.org/index.php?title=Password_form_field_type&amp;feed=atom&amp;action=history</id>
		<title>Password form field type - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.joomla.org/index.php?title=Password_form_field_type&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/index.php?title=Password_form_field_type&amp;action=history"/>
		<updated>2013-05-24T15:51:28Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.3</generator>

	<entry>
		<id>http://docs.joomla.org/index.php?title=Password_form_field_type&amp;diff=58376&amp;oldid=prev</id>
		<title>Mvangeest: Created page for form field type</title>
		<link rel="alternate" type="text/html" href="http://docs.joomla.org/index.php?title=Password_form_field_type&amp;diff=58376&amp;oldid=prev"/>
				<updated>2011-05-21T12:52:36Z</updated>
		
		<summary type="html">&lt;p&gt;Created page for form field type&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Image:Params.password.jpg|right]]&lt;br /&gt;
&lt;br /&gt;
{{Ambox|type=notice|text=In Joomla! 1.5, [[Form field|form fields]] were [[Parameter|parameters]]. For that version, you may want to use the corresponding [[Password parameter type]].}}&lt;br /&gt;
&lt;br /&gt;
The '''password''' form field type provides a text box for entry of a password. The password characters will be obscured as they are entered. If the field has a saved value this is entered (in obscured form) into the text box. If not, the default value (if any) is entered.&lt;br /&gt;
&lt;br /&gt;
Note that the password string is stored in ''params.ini'' in cleartext; the stored value is not obscured by any hash function.  Since most web servers will, by default, serve a ''params.ini'' file if the URL is entered in a web browser, this cannot be considered a secure method of holding a password.&lt;br /&gt;
&lt;br /&gt;
* '''type''' (mandatory) must be ''password''.&lt;br /&gt;
* '''name''' (mandatory) is the unique name of the field.&lt;br /&gt;
* '''label''' (mandatory) (translatable) is the descriptive title of the field.&lt;br /&gt;
* '''size''' (optional) is the width of the text box in characters. If omitted the width is determined by the browser. The value of size does not limit the number of characters that may be entered.&lt;br /&gt;
* '''default''' (optional) is the default password.&lt;br /&gt;
* '''description''' (optional) (translatable) is text that will be shown as a tooltip when the user moves the mouse over the drop-down box.&lt;br /&gt;
* '''class''' (optional)  is a CSS class name for the HTML form field. If omitted this will default to 'text_area'.&lt;br /&gt;
&lt;br /&gt;
Example XML field definition:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&amp;lt;field name=&amp;quot;mypassword&amp;quot; type=&amp;quot;password&amp;quot; default=&amp;quot;secret&amp;quot; label=&amp;quot;Enter a password&amp;quot; description=&amp;quot;&amp;quot; size=&amp;quot;5&amp;quot; /&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
=== See also ===&lt;br /&gt;
* [[Text form field type]]&lt;br /&gt;
* [[Standard form field types|List of standard form field types]]&lt;br /&gt;
[[Category:Standard form field types]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mvangeest</name></author>	</entry>

	</feed>