From taylor at metasyntax.net Sun Aug 31 17:24:45 2008 From: taylor at metasyntax.net (Taylor Venable) Date: Sun Aug 31 17:37:06 2008 Subject: [Sputnik-list] Way to lockdown editing features? Message-ID: 20080831152445.498b8e70.taylor@metasyntax.net
I looked around a little bit in the online documentation but couldn't find anything, so I'll ask here and hope it wasn't so obvious that I look foolish. :)
Is there a way to remove the ability to register a new account, and to prevent anonymous page edits? I'm looking to possibly use Sputnik for a replacement for a standard website, but I don't want anybody but a select few to be able to edit it.
Thanks!
-- Taylor Venable http://real.metasyntax.net:2357/
foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i)] or
[f(l[0], foldr(f, i, l[1:]))])[0]