Results 1 to 8 of 8

Thread: How to integrate user accounts

  1. #1

    How to integrate user accounts

    Hi AO'ers

    I have a website with forums, chat and email to the users. It is community website and people's are frustated cause they have to log in separately in all of them. I would like to know the method so that one username and password will allow them to log in all those feature.

    Even guideline would be great help. Thank you.

  2. #2
    THE Bastard Sys***** dinowuff's Avatar
    Join Date
    Jun 2003
    Location
    Third planet from the Sun
    Posts
    1,253
    I need just a little more info.

    What web server are you using? What platform?
    09:F9:11:02:9D:74:E3:5B8:41:56:C5:63:56:88:C0

  3. #3
    are ur forums, chat and email apps custom-written or u r using different packages. If they are custom written the u can easily merge authentication, otherwise ul have a difficult time getting them to respond to each others sessions.
    Lets stop Thinking and start Drinking!

  4. #4
    I am using unix, using hosting company. board is Iinvision power board.

  5. #5
    Senior Member roswell1329's Avatar
    Join Date
    Jan 2002
    Posts
    670
    Invision is a mysql driven BBS (as are most now). All you'd have to do is find the table storing member info, and start pulling your login data from that. If you have several applications that you're running, try to find the table that has the most amount of information in common with the other member tables, and see if you can't point those other applications to the one member table. That would make everything Sooooooo much easier.
    /* You are not expected to understand this. */

  6. #6
    but u'll have to use the same session management variables as the invision board if u r to get any thing to integrate
    Lets stop Thinking and start Drinking!

  7. #7
    Senior Member roswell1329's Avatar
    Join Date
    Jan 2002
    Posts
    670
    Very true, cybermonk. It would take some clever programming to seamlessly blend multiple applications in this fashion, but it can be done.
    /* You are not expected to understand this. */

  8. #8
    another idea though. It may be possible to find the session initalization functions for the different apps. that way u could write a centralized script that calls each one of those functions when logging in and logging out. I cant picture it being clean. But if u really want to do this, get ready for some real code digging.
    Lets stop Thinking and start Drinking!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •