Passing in login credentials to PHPBB 3.0

Discuss general development subjects that are not specific to a particular version like the versioning control system we use or other infrastructure.
Post Reply
aremorhaz
Registered User
Posts: 1
Joined: Mon Oct 18, 2010 7:17 am

Passing in login credentials to PHPBB 3.0

Post by aremorhaz »

Hello - I hope this is correct forum for this but if not apologies. I have a standard boilerplate HTML page with a login that accepts user credentials. I want to take the login creds from the other page and pass them into PHPBB thereby bypassing the login screen. Is there an easy way to code this? Any help appreciated and thanks!

Also... while this page is at present a simple HTML page the action will be a simple POST from a form but I can convert it (the HTML page) to PHP if necessary.

igorw
Registered User
Posts: 500
Joined: Thu Jan 04, 2007 11:47 pm

Re: Passing in login credentials to PHPBB 3.0

Post by igorw »

Hey there aremorhaz,

You're probably best off asking on the main board in the MOD Writers Discussion. Also search that forum for "session integration" or login/session API.

Post Reply