The confirmation code you entered was incorrect
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

The confirmation code you entered was incorrect
Als iemand zich probeert te registreren krijgt diegene deze fout:
The confirmation code you entered was incorrect
Maar er is geen eens een confirmation code ofzo?
Weet iemand hoe ik dit oplos?
The confirmation code you entered was incorrect
Maar er is geen eens een confirmation code ofzo?
Weet iemand hoe ik dit oplos?
Of visuele confirmatie uitschakelen in het administratiepaneel (niet aan te bevelen) of profile_add_body.tpl bijwerken zodat de visuele confirmatie daar ook in voorkomt.

Je bent weer lekker kort bij stof vandaagpaul schreef:Even zoeken, dit is al vaker gevraagt

Laatst gewijzigd door Bee op 20 apr 2006, 15:34, 1 keer totaal gewijzigd.
... Maar ik modereer (nog) niet.
Bee schreef:Of visuele confirmatie uitschakelen in het administratiepaneel (niet aan te bevelen) of profile_add_body.tpl bijwerken zodat de visuele confirmatie daar ook in voorkomt.
Je bent weer lekker kort bij stof vandaagpaul schreef:Even zoeken, dit is al vaker gevraagt
In Algemene Configuratiescherm ken ik de Visuele confirmatie niet vinden

En ik weet niet wat ik zou moeten editen in profile_add_body.tpl
[/quote][i]Bee's archief[/i] schreef: Van 2.0.10 naar 2.0.11
2 wijzigingen.
admin/board_config_body.tplErachter toevoegenCode: Selecteer alles
<td class="row2"><input type="radio" name="require_activation" value="{ACTIVATION_NONE}" {ACTIVATION_NONE_CHECKED} />{L_NONE} <input type="radio" name="require_activation" value="{ACTIVATION_USER}" {ACTIVATION_USER_CHECKED} />{L_USER} <input type="radio" name="require_activation" value="{ACTIVATION_ADMIN}" {ACTIVATION_ADMIN_CHECKED} />{L_ADMIN}</td> </tr> <tr>
Dit voor het beheren van Visual ConfirmationCode: Selecteer alles
<td class="row1">{L_VISUAL_CONFIRM}<br /><span class="gensmall">{L_VISUAL_CONFIRM_EXPLAIN}</span></td> <td class="row2"><input type="radio" name="enable_confirm" value="1" {CONFIRM_ENABLE} />{L_YES} <input type="radio" name="enable_confirm" value="0" {CONFIRM_DISABLE} />{L_NO}</td> </tr> <tr>
profile_add_body.tplErachter toevoegenCode: Selecteer alles
<tr> <td class="row1"><span class="gen">{L_CONFIRM_PASSWORD}: * </span><br /> <span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td> <td class="row2"> <input type="password" class="post" style="width: 200px" name="password_confirm" size="25" maxlength="32" value="{PASSWORD_CONFIRM}" /> </td> </tr>
Ook dit is weer visual confirmation.Code: Selecteer alles
<!-- BEGIN switch_confirm --> <tr> <td class="row1" colspan="2" align="center"><span class="gensmall">{L_CONFIRM_CODE_IMPAIRED}</span><br /><br />{CONFIRM_IMG}<br /><br /></td> </tr> <tr> <td class="row1"><span class="gen">{L_CONFIRM_CODE}: * </span><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td> <td class="row2"><input type="text" class="post" style="width: 200px" name="confirm_code" size="6" maxlength="6" value="" /></td> </tr> <!-- END switch_confirm -->
... Maar ik modereer (nog) niet.