welcome: please sign in

The following 162 words could not be found in the dictionary of 7 words (including 7 LocalSpellingWords) and are highlighted below:
able   adapt   add   against   alternative   and   answer   answering   answers   are   as   As   ask   at   attachment   availability   be   by   can   case   changes   common   compares   computable   config   Configuration   configuration   configured   copy   creation   das   day   de   default   depending   die   digits   disabled   do   does   don   Editor   ein   en   English   english   Enter   entered   ersten   example   expression   fallback   Features   find   first   for   from   Gegenteil   german   get   gets   Gib   give   given   group   Group   hard   have   his   if   important   in   In   insensitive   is   ist   it   It   language   languages   least   like   likely   match   members   might   more   multi   nacht   need   night   nite   normal   not   number   of   on   opposite   or   other   page   pages   Pi   prevent   preview   profile   pure   question   questions   random   reading   regular   remember   right   save   share   short   should   silly   simple   site   sites   some   something   sometimes   spammers   spamming   Stellen   support   Tag   text   Text   textcha   textchas   that   the   them   this   though   Tips   to   too   Trusted   try   upload   ur   use   used   user   users   uses   usually   von   Was   What   what   wiki   will   with   word   you   your  

Clear message
Page Locked

HelpOnTextChas

1. What is a TextCHA?

It is a pure text alternative to CAPTCHAs. MoinMoin uses it to prevent wiki spamming.

Features:

Tips for answering:

2. Configuration

Tips for configuration:

In your wiki config, do something like this:

    textchas_disabled_group = u"TrustedEditorGroup" # members of this don't get textchas
    textchas = {
        'en': { # silly english example textchas (do not use them!)
            u"Enter the first 9 digits of Pi.": ur"3\.14159265",
            u"What is the opposite of 'day'?": ur"(night|nite)",
            # ...
        },
        'de': { # some german textchas
            u"Gib die ersten 9 Stellen von Pi ein.": ur"3\.14159265",
            u"Was ist das Gegenteil von 'Tag'?": ur"nacht",
            # ...
        },
        # you can add more languages if you like
    }