Hello,

for me the best solution was:
from http://www.moinmo.in/FeatureRequests/DisableUserCreation


   *Solution for 1.9 to only allow superusers to create new accounts*

In short:
In order to avoid SPAM creating new accounts, patch MoinMoin/action/newaccount.py
Line 172:
    page = Page(request, pagename)
    _ = request.getText
    # 2011-08-20 RR
    if not request.user.isSuperUser():
request.theme.add_msg(_('You are not allowed to use this action.'), "error")
        return page.send_page()
    form = request.form

Best regards,
Rudolf


Am 12.03.12 11:45, schrieb Hugo Gomes:
Hi all,
        
        I'm having problems with bots creating new accounts, Is there any
solution to implement only in account creation to solve this problems?
Like a captcha system to new accounts?

        Best regards,
        Hugo Gomes



------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to