Re: [Moin-user] integrated authentication (Moin, Bugzilla, Gitosis, etc)

2012-02-24 Thread Thomas Waldmann
> - Moin uses a numeric `user id' value that appears in the page > revisions, and then it stores email address, name (e.g. DanielPocock) > and an alias For the usual login ("MoinAuth"), moin asks for name and password. Based on that, it looks up the corresponding user profile and puts the userid (

Re: [Moin-user] integrated authentication (Moin, Bugzilla, Gitosis, etc)

2012-02-24 Thread Daniel Pocock
>> I'm guessing that is the case, but as >> it will be a publicly accessible system, it is quite possible there will >> be people with the same name - any suggestions on how to handle this in >> a nice way? > > Use their middle initials or some other way to make the name unique. My original pla

Re: [Moin-user] integrated authentication (Moin, Bugzilla, Gitosis, etc)

2012-02-24 Thread Paul Boddie
On Friday 24 February 2012 21:22:37 Daniel Pocock wrote: > > Could ACLs and everything else in Moin use the email address in place of > the name value? Or could the email address be safely used in the name > field? On one Moin deployment, I use each user's e-mail address as their username. If th