Re: [pmwiki-users] registration form (side thread)

2007-05-29 Thread blork
Thanks, Patrick. You are correct that the sidebar does not appear when not logged in (I jumped the gun on that). I want to implement the logout link that you suggest, but I don't know how. I can link to a PAGE, but how do I link to an ACTION? I tried the obvious: [[?action=logout/log out]] ...

Re: [pmwiki-users] registration form (side thread)

2007-05-29 Thread Patrick R. Michaud
On Tue, May 29, 2007 at 07:38:29AM -0700, blork wrote: Thanks, Patrick. You are correct that the sidebar does not appear when not logged in (I jumped the gun on that). I want to implement the logout link that you suggest, but I don't know how. I can link to a PAGE, but how do I link to an

Re: [pmwiki-users] registration form

2007-05-29 Thread Sandy
Crisses wrote: On May 28, 2007, at 10:24 AM, Patrick R. Michaud wrote: Then let's get feedback on what I did. Mine is specifically a how-to- lock-the-site-down, which is different than a how-to on general use...having the generic documentation is very useful as well, so maybe there

Re: [pmwiki-users] registration form

2007-05-29 Thread Marguerite Floyd
Was the question directed to me? Nope, the order doesn't matter to me. I went to the link -- though I didn't do a word-by-word comparison, this looks like the same thing I was doing yesterday. Could you please show me what's different? On 5/30/07, Sandy [EMAIL PROTECTED] wrote: Crisses

Re: [pmwiki-users] registration form

2007-05-29 Thread Sandy
One question: does the order of assigning ID/pwd and group membership in Site/AuthUser matter? Marguerite Floyd wrote: Was the question directed to me? Nope, the order doesn't matter to me. It was a general post to the group, not to you specifically. You may have your

Re: [pmwiki-users] registration form

2007-05-29 Thread Patrick R. Michaud
On Wed, May 30, 2007 at 12:43:40PM -0400, Sandy wrote: One question: does the order of assigning ID/pwd and group membership in Site/AuthUser matter? No. At least, it's not supposed to matter. Pm ___ pmwiki-users mailing list

Re: [pmwiki-users] registration form (side thread)

2007-05-29 Thread Patrick R. Michaud
On Mon, May 28, 2007 at 09:52:24AM -0700, Dr Fred C wrote: Patrick R. Michaud wrote: If you're the only person that will be reading or editing the pages on the site, then you don't need to be using authuser.php. All you need in config.php is: $DefaultPasswords['read'] =

Re: [pmwiki-users] registration form

2007-05-28 Thread Ben Stallings
Marguerite Floyd wrote, Before I get myself too confused . . . am I correct that I need to set up a database first and then install the code for a stand-alone code? What I'm trying to do is set up a registration page for user information and the assign them a password. The last batch of

Re: [pmwiki-users] registration form

2007-05-28 Thread Patrick R. Michaud
On Mon, May 28, 2007 at 10:18:07AM -0400, Crisses wrote: So I would recommend PmWiki/AuthUser and I wrote up a quickstart for AuthUser at http://pmwiki.org/wiki/Cookbook/QuickStartForAuthUser which helps you lock down your entire website from editing, and fills in the missing how-to

Re: [pmwiki-users] registration form

2007-05-28 Thread Crisses
On May 28, 2007, at 10:24 AM, Patrick R. Michaud wrote: On Mon, May 28, 2007 at 10:18:07AM -0400, Crisses wrote: So I would recommend PmWiki/AuthUser and I wrote up a quickstart for AuthUser at http://pmwiki.org/wiki/Cookbook/QuickStartForAuthUser which helps you lock down your entire website

Re: [pmwiki-users] registration form (side thread)

2007-05-28 Thread blork
Hello. Pardon me for busting in on this thread, but I arrived here because I can't figure out how to lock down my pmwiki. To be precise, I don't understand why everything I do according to all these instructions in here and in pmwiki.org documentation has no effect. My needs are very simple: I am

Re: [pmwiki-users] registration form (side thread)

2007-05-28 Thread Patrick R. Michaud
On Mon, May 28, 2007 at 09:17:19AM -0700, blork wrote: Hello. Pardon me for busting in on this thread, but I arrived here because I can't figure out how to lock down my pmwiki. To be precise, I don't understand why everything I do according to all these instructions in here and in pmwiki.org

Re: [pmwiki-users] registration form (side thread)

2007-05-28 Thread Dr Fred C
Patrick R. Michaud wrote: On Mon, May 28, 2007 at 09:17:19AM -0700, blork wrote: Hello. Pardon me for busting in on this thread, but I arrived here because I can't figure out how to lock down my pmwiki. To be precise, I don't understand why everything I do according to all these

Re: [pmwiki-users] registration form (side thread)

2007-05-28 Thread Hladůvka Jiří
Use [[Group.Page?action=logout'|logout]] Usually it is necessary to close the other browser's windows displaying pages from the same server, too. Regards, Jiri blork napsal(a): ... A related problem: once logged in (with the Auth User login) there is no way to log out. I even tried clearing

Re: [pmwiki-users] registration form (side thread)

2007-05-28 Thread Hladůvka Jiří
Sorry for typo. Correct is [[Group.Page?action=logout|logout]] Jiri Hladůvka Jiří napsal(a): Use [[Group.Page?action=logout'|logout]] Usually it is necessary to close the other browser's windows displaying pages from the same server, too. Regards, Jiri blork napsal(a): ... A

Re: [pmwiki-users] registration form (side thread)

2007-05-28 Thread Patrick R. Michaud
On Mon, May 28, 2007 at 11:56:05AM -0700, blork wrote: Well, that certainly worked. Seems pretty easy -- the instructions for that one must have gotten buried in with all the other PW info. It's still not what I want though. First off, although people can't read the pages, they can see the

[pmwiki-users] registration form

2007-05-27 Thread Marguerite Floyd
Before I get myself too confused . . . am I correct that I need to set up a database first and then install the code for a stand-alone code? What I'm trying to do is set up a registration page for user information and the assign them a password. The last batch of code at

Re: [pmwiki-users] registration form

2007-05-27 Thread The Editor
On 5/27/07, Marguerite Floyd [EMAIL PROTECTED] wrote: Before I get myself too confused . . . am I correct that I need to set up a database first and then install the code for a stand-alone code? What I'm trying to do is set up a registration page for user information and the assign them a