Boardirectory / Board-Directory

Board Directory Source
http://boardirectory.org
1 stars 0 forks source link

Login System #2

Closed maxpen closed 11 years ago

maxpen commented 11 years ago

These are our possibilities:

  1. Create a new session control system, with different pass etc.
  2. Create a new session control system, with phpBB username and password.
  3. Modify phpBB core to not setup basic objects like Template when logging in.
  4. Create a new session control system, and edit phpBB's session.php to use ours instead of their own.

Method 1 and 4 seem to be the most future proof, but also the hardest to implement.

We plan on doing number 2.

ghost commented 11 years ago

The system is finished. A user can login and the script can detect his login status. Needs review and can then be pushed to the master.

Commits: https://github.com/Boardirectory/Board-Directory/commit/010d30290f6130fbec6b2af90c702ebd98137a6b https://github.com/Boardirectory/Board-Directory/commit/1d68eaafdf0a1d628b32f6fc2ea8e5d03093e466

ghost commented 11 years ago

Reviewed & Merged.