[Moin-user] Why oh why!

2008-12-09 Thread Pierre Coupard
Hello everybody, So, I've used MoinMoin for years. I've advocated it at all my workplaces, and each time, my boss and other employees ended up finding it great and very useful. So that's what I did at my new work last year. I installed MoinMoin 1.5.something from Debian-stable. I whipped up a cou

[Moin-user] Missing MyPages Action

2008-12-09 Thread jose
Hi, I run moinmoin 1.8.0 and I don't have the MyPages action in the "More Actions:" menu. In case I use <> in the text, it just prints MyPages. I searched moinmoin docs and googled without finding any relevant documentation about MyPages action. Any suggestions how to get MyPages action working? Th

Re: [Moin-user] user auth

2008-12-09 Thread Jeremiah Jester
Yes, that is correct. So then would i just add this to the top of my moin py file? from MoinMoin.auth import MoinAuth auth = [MoinAuth()] > Jeremiah, > I think we weren't clear on what you wanted to do. > > ACL's are Access Control Lists, they're the permissions level. It > sounds like what y

Re: [Moin-user] user auth

2008-12-09 Thread Rick Vanderveer
Jeremiah, I think we weren't clear on what you wanted to do. ACL's are Access Control Lists, they're the permissions level. It sounds like what you're describing, you want user-authentication. The relation between the two is, imagine a file server, where anyone in the company can log onto the se

Re: [Moin-user] user auth

2008-12-09 Thread Jeremiah Jester
I put this (acl_rights _default = u'Known:read,write,revert,delete') in my wikiconfig.py and restarted apache. No user name and password prompt? Ideas? Thanks, JJ On Tue, 2008-12-09 at 05:00 -0800, R.Bauer wrote: > R.Bauer schrieb: > > Jeremiah Jester schrieb: > >> Hello, > >> > >> I'm a new to

Re: [Moin-user] user auth

2008-12-09 Thread R.Bauer
R.Bauer schrieb: > Jeremiah Jester schrieb: >> Hello, >> >> I'm a new to moinmoin and have inherited a wiki that is already up and >> running. I would like to make it required for users to login to access >> the site using their moinmoin user id. Security and the ability to track >> changes for doc

Re: [Moin-user] user auth

2008-12-09 Thread R.Bauer
Jeremiah Jester schrieb: > Hello, > > I'm a new to moinmoin and have inherited a wiki that is already up and > running. I would like to make it required for users to login to access > the site using their moinmoin user id. Security and the ability to track > changes for documents are the two main