Re: Using Django authentication for phpBB

2008-12-29 Thread Giles Thomas
Grigory Fateyev wrote: > My question should be "For phpbb2 it can be rewritten?". :) > Ah, I see :-) To be honest, I don't know. I have the impression that phpBB's pluggable authentication might have only appeared in version 3.0, and if that's the case then I don't think it would be easy

Re: Using Django authentication for phpBB

2008-12-29 Thread Grigory Fateyev
Hello Giles Thomas! On Mon, 29 Dec 2008 12:35:11 + you wrote: > > Grigory Fateyev wrote: > > It was written for phpbb3? > > > Hi Grigory, > > Yes, it was. I have it running under one of the later phpBB 3 > release candidates, but it should be fine with 3.0 final. My question should be

Re: Using Django authentication for phpBB

2008-12-29 Thread Giles Thomas
Grigory Fateyev wrote: > It was written for phpbb3? > Hi Grigory, Yes, it was. I have it running under one of the later phpBB 3 release candidates, but it should be fine with 3.0 final. Cheers, Giles -- Giles Thomas MD & CTO, Resolver Systems Ltd. giles.tho...@resolversystems.com +44

Re: Using Django authentication for phpBB

2008-12-25 Thread Grigory Fateyev
Hello Giles Thomas! On Thu, 11 Dec 2008 18:34:21 + you wrote: > > Hi all, > > All of the code to support Django logins for phpBB is now up > available in a Google code project: > > http://code.google.com/p/django-login-for-phpbb/ > > Drop me a line if you find it useful or have any

Re: Using Django authentication for phpBB

2008-12-11 Thread Giles Thomas
Hi all, All of the code to support Django logins for phpBB is now up available in a Google code project: http://code.google.com/p/django-login-for-phpbb/ Drop me a line if you find it useful or have any questions. Cheers, Giles Giles Thomas wrote: > Hi all, > > I've written some glue

Using Django authentication for phpBB

2008-12-10 Thread Giles Thomas
Hi all, I've written some glue code so that people who are logged in to the Django portions of our website [1] can post to our phpBB-based forums without having to log in again - basically a django-auth plugin for phpBB. I'm wrapping it up as a project on Google Code (MIT license) [2] so