[Moin-user] Invalid Password when seting the mail import

Thomas Waldmann tw-public at gmx.de
Fri Apr 17 17:28:52 EDT 2009


Sorry, but it looks like you found a problem in the 1.8 documentation.

> The secrect in the mailconfigconf.py and wikiconfig.py is same.

mailimportconf.py works as described,

but for wikiconfig.py you need:

secrets = "commonsecret" # if you use same secret for everything

alternatively, if you need different secrets for different stuff:

secrets = {
    'xmlrpc/ProcessMail': 'yourmailsecret', # for mailimport
    'xmlrpc/RemoteScript': 'yourremotescriptsecret',
    'action/cache': 'yourcachesecret',
    'wikiutil/tickets': 'yourticketsecret',
    'jabberbot': 'yourjabberbotsecret',
}

secret strings must be at least 10 chars long






More information about the Moin-user mailing list