On Thu, Mar 3, 2011 at 8:43 PM, Joerg Sonnenberger
<[email protected]>wrote:

> On Thu, Mar 03, 2011 at 07:41:23PM -0600, Federico Ramallo wrote:
> > Actually I was thinking something like: john and mike work on project A
> and
> > B, C and so on ...
> >
> > So far I created users on all projects.
> >
> > Can I share the user table?
>
> You can just copy the entries of the user table, yes.
>

The USER table stores passwords as a hash, and the nonce for that hash
includes (among other things) the unique project ID for the project.  Every
project has a different ID, so even if the same password is reused, the hash
will be completely different, and won't work if copied from one project to
another.


>
> Joerg
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to