Re: [Moin-user] disabling self-registration

2009-02-26 Thread Thomas Waldmann
On Thu, 2009-02-26 at 11:11 -0600, Jose P. Carballo wrote: > Hi, well I use TextCha for that. In http://moinmo.in/HelpOnTextChas > there's the code that you have to add in the configuration file. But > instead of making intuitive questions like in the help link, i just > make one question, like thi

Re: [Moin-user] disabling self-registration

2009-02-26 Thread R.Bauer
Jose P. Carballo schrieb: > Hi, well I use TextCha for that. In > http://moinmo.in/HelpOnTextChas there's the code that you have to add in the > configuration file. But instead of making intuitive questions like in the > help link, i just make one question, like this: >

Re: [Moin-user] disabling self-registration

2009-02-26 Thread Christopher MacMinn
> > > Is there an easy way to set up moinmoin so that new users have to email > > me to get a login rather than register themselves? > > You can do it by acls > > acl_rights_before = u"YourName:read,write,admin,delete,revert" > acl_rights_default = u"UserGroup:read,write All:read" > > and on the pa

Re: [Moin-user] disabling self-registration

2009-02-26 Thread Jose P. Carballo
Hi, well I use TextCha for that. In http://moinmo.in/HelpOnTextChas there's the code that you have to add in the configuration file. But instead of making intuitive questions like in the help link, i just make one question, like this: textchas_disabled_group = u"TrustedE

Re: [Moin-user] disabling self-registration

2009-02-26 Thread R.Bauer
andy baxter schrieb: > Hello, > > Is there an easy way to set up moinmoin so that new users have to email > me to get a login rather than register themselves? You can do it by acls acl_rights_before = u"YourName:read,write,admin,delete,revert" acl_rights_default = u"UserGroup:read,write All:re