Re: Use django auth db for phpbb?

2008-04-06 Thread Peter Rowell
> - Make PhpBB Use the django auth This is probably the way to go. >I have not the slightest clue on where to start There is no "magic" in the django database. It is just a vanilla MySQL/ PostgreSQL database with vanilla tables. The table you are interested in is auth_users. The only required

Use django auth db for phpbb?

2008-04-06 Thread truebosko
I am in an odd situation where I need to use a django auth database for a phpbb forum for a friend of mine. He wants the phpbb forums but he is not happy with users having to register for both the phpbb and django side (Which is the main site) My options are: - Whenever a person makes an