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 account on the django site, create a
phpbb forum account, and vice versa. Problem: Not sure how to get the
same password hashes that django and phpbb uses on the different code
platforms.
- Make PhpBB Use the django auth .. This would be best but I have no
idea how to do it. I've seen phpbb can use separate auths but looking
at the files I have not the slightest clue on where to start in
writing one.

Any help would be awesome .. Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to