Hi all,
I wish to know if Olympus release it's planned to have a little class of API to permit adduser/deluser/login/logout process by other application as es. the login system of a portal. In this way it's not necessary another user registration or login process in phpBB.
Bye
Sancious
API for adduser/deluser/login/logout
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
- NNO-Stephen
- Registered User
- Posts: 398
- Joined: Fri May 23, 2003 12:47 am
- Location: Tulsa, Oklahoma
- Contact:
Re: API for adduser/deluser/login/logout
phpBB is not a portal nor will it ever be. that's why it's called phpBulletinBoard not phpPortal.
this may or may not answer your question but since your english was so badly broken I could only gather that you were referring to something about a portal, which phpBB is not and never will be.
this may or may not answer your question but since your english was so badly broken I could only gather that you were referring to something about a portal, which phpBB is not and never will be.
Re: API for adduser/deluser/login/logout
In fact, what you are talking about is indeed in the works within one of the Community Coding Projects, Im unsure as to the status of it so I cant comment on anymore than that. However the community coding projects timeframe I believe was aiming at 3.2 so dont expect it anytime soon..NNO-Stephen wrote: phpBB is not a portal nor will it ever be. that's why it's called phpBulletinBoard not phpPortal.
this may or may not answer your question but since your english was so badly broken I could only gather that you were referring to something about a portal, which phpBB is not and never will be.
Yawnster
- SHS`
- Registered User
- Posts: 1628
- Joined: Wed Jul 04, 2001 9:13 am
- Location: The Boonies, Hong Kong
- Contact:
Re: API for adduser/deluser/login/logout
"PHP Hypertext Pre-processor Bulletin Board" please.NNO-Stephen wrote: that's why it's called phpBulletinBoard not phpPortal.
Jonathan “SHS`” Stanley • 史德信
phpBB™ 3.1.x, Bug/Security trackers
phpBB™ Bertie Bear 3.0 — prosilver Edition! • Asking Questions The Smart Way
phpBB™ 3.1.x, Bug/Security trackers
phpBB™ Bertie Bear 3.0 — prosilver Edition! • Asking Questions The Smart Way
Re: API for adduser/deluser/login/logout
For what the original poster describes, I'd suggest looking at writing your own authentication plugin to authenticate with the other software rather than adding the users to phpBB if that is what you are wanting to do
Re: API for adduser/deluser/login/logout
Can someone confirm that the Community Coding Project that I described above is actually going ahead?? Because as per psoTFX it only had 1 user assigned with 2 weeks left on the clock..Graham wrote: For what the original poster describes, I'd suggest looking at writing your own authentication plugin to authenticate with the other software rather than adding the users to phpBB if that is what you are wanting to do
Yawnster
Re: API for adduser/deluser/login/logout
Authentication modules are a native feature and have been present and working for a while. Not sure what else you are referring to
-
- Registered User
- Posts: 4
- Joined: Sat Jun 28, 2003 4:28 am
Re: API for adduser/deluser/login/logout
I think what he is asking is if there is a function within phpBB3 that can be called by an external PHP program to add or delete a user easily.
I run a forum that runs phpBB2. We wanted only those with email accounts on the same server to have a forum login (with the same username), so I wrote a Perl script to try to emulate the adding and removing of user accounts as closely as possible. That script is ran each time I add or remove a mail account on that server.
I run a forum that runs phpBB2. We wanted only those with email accounts on the same server to have a forum login (with the same username), so I wrote a Perl script to try to emulate the adding and removing of user accounts as closely as possible. That script is ran each time I add or remove a mail account on that server.
Re: API for adduser/deluser/login/logout
I'm sorry for my horrible english
but I see that you have understood my question.
I have a website with a centralized login & user registration system. I use phpBB as forum and I wrote a class of API to sync data between the site engine and phpBB database. Simply, I hoped that phpBB3 had integrated API(exported functions) to integrate phpBB user data with other engines.
Bye and Thanks

I have a website with a centralized login & user registration system. I use phpBB as forum and I wrote a class of API to sync data between the site engine and phpBB database. Simply, I hoped that phpBB3 had integrated API(exported functions) to integrate phpBB user data with other engines.
Bye and Thanks
Re: API for adduser/deluser/login/logout
Sancious: as already suggested, an authentication plug-in would probably be the solution to that problem. It would mean that phpBB will actually use your portal's user database, and ignore its own; no need to do any syncing at all. 