<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">> Is there an easy way to set up moinmoin so that new users have to email<br>

> me to get a login rather than register themselves?<br>
<br>
</div>You can do it by acls<br>
<br>
acl_rights_before = u"YourName:read,write,admin,delete,revert"<br>
acl_rights_default = u"UserGroup:read,write All:read"<br>
<br>
and on the page UserGroup you can add a acl line which gives only you<br>
write rights.<br>
<br>
Then the newbies have to ask you to become added to that page and only<br>
users on that page have write access.<br>
<br>
Additional you can enable in your the settings to be notified by a user<br>
creation.<br></blockquote><div><br></div><div><br></div><div>Just to be clear, this limits new users from editing pages until they are approved, but still account creation is completely open to anyone.</div><div><br></div>
<div>Still, maybe this gives the behavior that the original poster really wanted... I don't know.</div><div><br></div><div>Best, C</div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div class="Wj3C7c">> I've set up a moin<br>
> wiki mainly for use as a quick and easy web publishing tool for stuff<br>
> I've written myself, and I'm thinking that this would be an easy way to<br>
> prevent it getting spammed while still allowing people I know or meet on<br>
> the net to make comments if they ask me first.<br>
><br>
> The only way I can think of doing it is to modify or delete the file<br>
> .../lib/python2.5/site-packages/MoinMoin/action/newaccount.py<br>
><br>
> But this seems a bit awkward and tricky so it would be good if there<br>
> were an easier way.<br>
><br>
> Thanks,<br>
><br>
> andy<br>
><br>
><br>
> ------------------------------------------------------------------------------<br>
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>
> -Strategies to boost innovation and cut costs with open source participation<br>
> -Receive a $600 discount off the registration fee with the source code: SFAD<br>
> <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
<br>
<br>
------------------------------------------------------------------------------<br>
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>
-Strategies to boost innovation and cut costs with open source participation<br>
-Receive a $600 discount off the registration fee with the source code: SFAD<br>
<a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
_______________________________________________<br>
Moin-user mailing list<br>
<a href="mailto:Moin-user@lists.sourceforge.net">Moin-user@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/moin-user" target="_blank">https://lists.sourceforge.net/lists/listinfo/moin-user</a><br>
</div></div></blockquote></div><br>