wiki: add a recaptcha
parent
d1666854e8
commit
4df048f9bd
|
@ -15,6 +15,10 @@
|
||||||
<t:field t:name="description" t:size="60" />
|
<t:field t:name="description" t:size="60" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<t:recaptcha />
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<button type="submit">Save</button>
|
<button type="submit">Save</button>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -9,6 +9,7 @@ http.server
|
||||||
http.server.dispatchers
|
http.server.dispatchers
|
||||||
furnace.actions
|
furnace.actions
|
||||||
furnace.utilities
|
furnace.utilities
|
||||||
|
furnace.recaptcha
|
||||||
furnace.redirection
|
furnace.redirection
|
||||||
furnace.auth
|
furnace.auth
|
||||||
furnace.auth.login
|
furnace.auth.login
|
||||||
|
@ -169,6 +170,8 @@ M: revision feed-entry-url id>> revision-url ;
|
||||||
: <submit-article-action> ( -- action )
|
: <submit-article-action> ( -- action )
|
||||||
<action>
|
<action>
|
||||||
[
|
[
|
||||||
|
validate-recaptcha
|
||||||
|
|
||||||
validate-title
|
validate-title
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue