[pmwiki-users] AuthUser/mySQL Feature (prefer alternative) . . .

Antony Templier z3l at free.fr
Fri Jan 13 12:37:35 CST 2006


Ben Wilson <dausha <at> gmail.com> writes:

> 
> Hee! I was a bit of a bone head. The authentication is for " <at> admins"
> not " <at> admin" So, when I did the user:groups:passwd, I put the wrong
> group. Perhaps I should put both " <at> admin" and " <at> admins" as the
> DefaultPassword so this sort of typo does not happen in the future.
> 
> On 1/11/06, Patrick R. Michaud <pmichaud <at> pobox.com> wrote:
> > On Wed, Jan 11, 2006 at 11:44:20AM -0600, Ben Wilson wrote:
> > > On 1/11/06, Patrick R. Michaud <pmichaud <at> pobox.com> wrote:
> > > > On Wed, Jan 11, 2006 at 11:23:44AM -0600, Ben Wilson wrote:
> > > > >
> > > > > If groups could be administered via it as well
> > > > > (i.e., have a user and list his groups after his name), then it would
> > > > > virtually be one-stop shopping.
> > > >
> > > > This can already be done in Site.AuthUser:
> > > >
> > > >     alice:  <at> editors <encrypted_password>
> > > >     bob:  <at> admins <encrypted_password>
> > > >     charlie: <encrypted_password>
> > >
> > > I'm assuming that, under this configuration, a user could be in
> > > multiple groups and that the last entry is always the crypted password
> >
> > The order doesn't matter, the crypted password can go first or
> > in the middle or wherever.  And it can be spread across multiple
> > lines:
> >
> >     alice:  <at> editors <encrypted_password>
> >     bob: <encrypted_password>
> >     bob:  <at> admins
> >     charlie: <encrypted_password>  <at> special
> >
> > Pm
> >
> 
> --
> Ben Wilson
> " Mundus vult decipi, ergo decipiatur"
> 


I 've juste read this thread...

Just an idea for users forme in Site.AuthUser:

alice:Alice Wonderful:  <at> editors <encrypted_password>
bob:Bob Sinclar: <encrypted_password>
charlie:: <encrypted_password>  <at> special

Where alice is userid and Alice Wonderful is author name.
Charlie has no author name.
Should be great for author tracking when need it.

What i use now : Cookbook:StoredAuthName

AT
 






More information about the pmwiki-users mailing list