<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Profile_data_validation</id>
		<title>Profile data validation - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Profile_data_validation"/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Profile_data_validation&amp;action=history"/>
		<updated>2026-05-06T14:54:10Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=Profile_data_validation&amp;diff=4249&amp;oldid=prev</id>
		<title>George2: Created page with &quot;&lt;source lang=&quot;php&quot;&gt; &lt;input type=&quot;password&quot; name=&quot;pass&quot; id=&quot;id_1723&quot;&gt; &lt;input type=&quot;submit&quot; onclick=&quot;return doValidate();&quot; value=&quot;Log In&quot;&gt;   function doValidate() {     console....&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Profile_data_validation&amp;diff=4249&amp;oldid=prev"/>
				<updated>2018-12-08T10:42:29Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt; &amp;lt;input type=&amp;quot;password&amp;quot; name=&amp;quot;pass&amp;quot; id=&amp;quot;id_1723&amp;quot;&amp;gt; &amp;lt;input type=&amp;quot;submit&amp;quot; onclick=&amp;quot;return doValidate();&amp;quot; value=&amp;quot;Log In&amp;quot;&amp;gt;   function doValidate() {     console....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;input type=&amp;quot;password&amp;quot; name=&amp;quot;pass&amp;quot; id=&amp;quot;id_1723&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;input type=&amp;quot;submit&amp;quot; onclick=&amp;quot;return doValidate();&amp;quot; value=&amp;quot;Log In&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
function doValidate() {&lt;br /&gt;
    console.log('Validating...');&lt;br /&gt;
    try {&lt;br /&gt;
        pw = document.getElementById('id_1723').value;&lt;br /&gt;
        console.log(&amp;quot;Validating pw=&amp;quot;+pw);&lt;br /&gt;
        if (pw == null || pw == &amp;quot;&amp;quot;) {&lt;br /&gt;
            alert(&amp;quot;Both fields must be filled out&amp;quot;);&lt;br /&gt;
            return false;&lt;br /&gt;
        }&lt;br /&gt;
        return true;&lt;br /&gt;
    } catch(e) {&lt;br /&gt;
        return false;&lt;br /&gt;
    }&lt;br /&gt;
    return false;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/php&amp;gt;&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>