<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : User registration problem</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 10:57:54 -0000</pubDate>

		<item>
			<title>jacken</title>
			<description><![CDATA[its users.register.tpl <br />
<br />
just changed to the default sed-light skin and registration works perfectly with that skin.. so dont know what wrong with mine.<br /><br /><b>Added 15 minutes later:</b><br /><br />found the problem, was missing a &lt;/form&gt; in the header as i tried to get i w3c validated. <br />
but thx for your time kort <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" />]]></description>
			<pubDate>Tue, 27 Apr 2010 04:01:30 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5569&d=0#post24363]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[1. Is that user.register.tpl or users.register.tpl?<br />
2. Rename it to *.bak &amp; test users.register.tpl from the package.<br />
3. Backup the database &amp; import clean one from the package.]]></description>
			<pubDate>Tue, 27 Apr 2010 03:57:19 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5569&d=0#post24362]]></link>
		</item>
		<item>
			<title>jacken</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=24360#24360">#</a> <strong>Kort :</strong>
Disable captcha<br />
</blockquote>
<br />
dident work either <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/sad.gif" alt=":(" /><br />
<br />
disabled all the extra plugins but no luck<br />
<br />
havent touched the core at all so it need to be in the skin then ? <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/confused.gif" alt=":/" />]]></description>
			<pubDate>Tue, 27 Apr 2010 03:45:11 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5569&d=0#post24361]]></link>
		</item>
		<item>
			<title>Kort</title>
			<description><![CDATA[Disable captcha]]></description>
			<pubDate>Tue, 27 Apr 2010 03:24:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5569&d=0#post24360]]></link>
		</item>
		<item>
			<title>jacken</title>
			<description><![CDATA[Hi<br />
<br />
Having a problem with ppl not being able to register on my site.<br />
Worked fine the first time a registered a user, but now after i made my skin and launched it no one can. <br />
<br />
when someone trys to register they end up with getting the message<br />
<br />
Login failed (wrong name or password)<br />
Error, the user name you provided isn't in the database or the password do not match!<br />
<br />
as if the tried to login.<br />
 <br />
i currently using the advanced registration plugin but even if i uninstall it and use the standard user.register.tpl file i get the same problem.<br />
<br />
so i have no idea whats causing this as im not that good at these kind of stuff.<br />
<br />
this is what i got:<br />
<div style="margin:4px 0px 4px 0px"><input type="button" value="user.register.tpl" onclick="if(this.parentNode.getElementsByTagName('div')[0].style.display != '') { this.parentNode.getElementsByTagName('div')[0].style.display = ''; } else { this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; }" /><div style="display:none" class="spoiler">&lt;!-- BEGIN: MAIN --&gt;<br />
<br />
	&lt;h6&gt;{USERS_REGISTER_TITLE}&lt;/h6&gt;<br />
	<br />
	&lt;br /&gt;<br />
	&lt;br /&gt;<br />
<br />
<br />
<br />
&lt;form name=&quot;register&quot; id=&quot;register&quot; action=&quot;{USERS_REGISTER_SEND}&quot; method=&quot;post&quot;&gt;<br />
<br />
		&lt;h6&gt;Required information&lt;/h6&gt;&lt;hr /&gt;<br />
			&lt;table class=&quot;cells&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot;&gt;<br />
				&lt;tr&gt;<br />
					&lt;td style=&quot;width:176px;&quot;&gt;{PHP.L.Username}:&lt;/td&gt;<br />
					&lt;td&gt;{USERS_REGISTER_USER} * {USERS_REGISTER_USER_MSG}&lt;/td&gt;<br />
				&lt;/tr&gt;<br />
<br />
				&lt;tr&gt;<br />
					&lt;td&gt;{PHP.skinlang.usersregister.Validemail}:&lt;/td&gt;<br />
					&lt;td&gt;{USERS_REGISTER_EMAIL} * {USERS_REGISTER_EMAIL_MSG}&lt;br /&gt;{PHP.skinlang.usersregister.Validemailhint}&lt;/td&gt;<br />
				&lt;/tr&gt;<br />
				&lt;tr&gt;<br />
					&lt;td&gt;{PHP.L.Password}:&lt;/td&gt;<br />
					&lt;td&gt;{USERS_REGISTER_PASSWORD} * {USERS_REGISTER_PASSWORD_MSG}&lt;/td&gt;<br />
				&lt;/tr&gt;<br />
				&lt;tr&gt;<br />
					&lt;td&gt;{PHP.skinlang.usersregister.Confirmpassword}:&lt;/td&gt;<br />
					&lt;td&gt;{USERS_REGISTER_PASSWORDREPEAT} * {USERS_REGISTER_PASSWORDREPEAT_MSG}&lt;/td&gt;<br />
				&lt;/tr&gt;<br />
			&lt;/table&gt;<br />
			&lt;br /&gt;<br />
		&lt;h6&gt;Optional information&lt;/h6&gt;&lt;hr /&gt;<br />
			&lt;table class=&quot;cells&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot;&gt;<br />
				&lt;tr&gt;<br />
					&lt;td style=&quot;width:176px;&quot;&gt;{PHP.L.Country}:&lt;/td&gt;<br />
					&lt;td&gt;{USERS_REGISTER_COUNTRY}&lt;/td&gt;<br />
				&lt;/tr&gt;<br />
					&lt;td&gt;{PHP.L.Location}:&lt;/td&gt;<br />
					&lt;td&gt;&lt;input type=&quot;text&quot; maxlength=&quot;100&quot; size=&quot;24&quot; value=&quot;&quot; name=&quot;rlocation&quot; class=&quot;text&quot;/&gt;&lt;/td&gt;<br />
				&lt;/tr&gt;<br />
				&lt;tr&gt;<br />
					&lt;td&gt;{USERS_REGISTER_RN_TITLE}:&lt;/td&gt;<br />
					&lt;td&gt;{USERS_REGISTER_RN}&lt;/td&gt;<br />
				&lt;/tr&gt;<br />
				&lt;tr&gt;<br />
					&lt;td&gt;&lt;/td&gt;<br />
					&lt;td&gt;{PHP.skinlang.usersregister.Formhint}&lt;/td&gt;<br />
				&lt;/tr&gt;		<br />
			&lt;/table&gt;<br />
			&lt;br /&gt;<br />
&lt;!-- IF {USERS_REGISTER_TERMS} --&gt;			<br />
		&lt;h6&gt;Terms of use&lt;/h6&gt;&lt;hr /&gt;<br />
			&lt;table class=&quot;cells&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot;&gt;	<br />
				&lt;tr&gt;<br />
					&lt;td style=&quot;width:176px;&quot;&gt;&lt;/td&gt;<br />
					&lt;td&gt; {USERS_REGISTER_TERMS_CHK} &lt;br /&gt; {USERS_REGISTER_TERMS_MSG}&lt;/td&gt;<br />
				&lt;/tr&gt;<br />
			&lt;/table&gt;<br />
			&lt;br /&gt;<br />
&lt;!-- ENDIF --&gt;	<br />
<br />
		&lt;h6&gt;How much bot are you?&lt;/h6&gt;&lt;hr /&gt;<br />
			&lt;table class=&quot;cells&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot;&gt;	<br />
				&lt;tr&gt;<br />
					&lt;td class=&quot;centerall&quot;&gt;{USERS_REGISTER_VERIFYIMG}&lt;/td&gt;<br />
				&lt;/tr&gt;<br />
				&lt;tr&gt;<br />
					&lt;td class=&quot;centerall&quot;&gt;{USERS_REGISTER_VERIFYINPUT}&lt;/td&gt;<br />
				&lt;/tr&gt;<br />
			&lt;/table&gt;			<br />
			&lt;br /&gt;<br />
			&lt;hr /&gt;<br />
			&lt;table class=&quot;cells&quot; border=&quot;0&quot; cellspacing=&quot;1&quot; cellpadding=&quot;2&quot;&gt;<br />
				&lt;tr&gt;<br />
					&lt;td class=&quot;valid&quot;&gt;{USERS_REGISTER_SEND_MSG}&lt;input type=&quot;submit&quot; value=&quot;{PHP.L.Submit}&quot; /&gt; &lt;/td&gt;<br />
				&lt;/tr&gt;<br />
			&lt;/table&gt;<br />
&lt;!-- BEGIN: USERS_REGISTER_ERROR --&gt;<br />
&lt;div class=&quot;error&quot;&gt;{USERS_REGISTER_ERROR_BODY}&lt;/div&gt;<br />
&lt;!-- END: USERS_REGISTER_ERROR --&gt;<br />
	<br />
&lt;/form&gt;<br />
<br />
&lt;!-- END: MAIN --&gt;</div></div>
<br />
the plugins im using is: advanced registration, last forum post, sitemap, captcha and minichat.<br />
latest cotonti release and a skin based on the standard one. <br />
<br />
anyone got any ideas? <br />
thx]]></description>
			<pubDate>Tue, 27 Apr 2010 03:17:54 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5569&d=0#post24359]]></link>
		</item>
	</channel>
</rss>