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



------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to