Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorToivo
    • CommentTimeMay 7th 2006
     # 1
    How to implement it?

    www.coffeeshopinthecornerofthestreet.com
    •  
      CommentAuthorblizeH
    • CommentTimeMay 7th 2006
     # 2
    1 question...

    Why?
    • CommentAuthorToivo
    • CommentTimeMay 7th 2006
     # 3
    This login thing sets a barrier. Commercial sites use it for customer lockin (yahoo vs google). I dont want to argue if it works or not. For big sites the user will create another account, but for small sites he will just surf on. The aim would create all sort of services that you could access with the same username. It could be written in php but I wondered if anyone has already worked on something like this.

    Single Sign On
  1.  # 4
    This was discussed ages ago, i'm not sure if it's become any easier with the creation of People, but i assume if you could setup a central authorisation server it shouldnt be *that* difficult.
    •  
      CommentAuthorMark
    • CommentTimeMay 7th 2006
     # 5
    You can do it with people.

    Every different forum you have gets it's own set of files and it's own configuration variables. Then in the conf/database.php file, they will all be assigned to the same database name, but different prefixed tables. The only table that is the same in every configuration is the LUM_User.
    • CommentAuthorjeffbax
    • CommentTimeMay 7th 2006
     # 6
    When is people coming?
    • CommentAuthorjakob_r
    • CommentTimeMay 7th 2006
     # 7
    people is an integral part of vanilla, but separable if I understand it correctly. The latest 1.0 pre-release includes it, part in the root, the workings in library/people.
  2.  # 8
    >> Every different forum you have gets it's own set of files and it's own configuration variables. Then in the
    >> conf/database.php file, they will all be assigned to the same database name, but different prefixed tables. The only
    >> table that is the same in every configuration is the LUM_User.

    Has anybody been able to install multiple Vanilla's in the same database. I seem to have a problem with the second install where it does not pick up the updated table prefix setting.

    I have updated the $Configuration['DATABASE_TABLE_PREFIX'] = 'LUM_'; setting in both the conf/setting.php and conf/database.php of the second install, but it does not seem to pick it up. I just get the following error:

    We came across some problems while setting up Vanilla...
    It appears as though you've already got Vanilla installed. If you are attempting to
    upgrade your existing installation of Vanilla, you should be using the upgrade
    script.

    Any thoughts ...
    •  
      CommentAuthorVincent
    • CommentTimeMay 13th 2006
     # 9
    You can do it manually, but you need to be careful about what your doing, backup and change all the configurations
    • CommentAuthorToivo
    • CommentTimeJun 22nd 2006 edited
     # 10
    v1.0 pre-release. what if I just have 2 sets of files in different catalogues and will run setup on the same database? working mashup? messed up?

    edited: the latter. could installer have line "set prefix for tables" as WP
    • CommentAuthorToivo
    • CommentTimeJun 22nd 2006
     # 11
    installer.php has also line "$Configuration['DATABASE_TABLE_PREFIX'] = 'LUM_'; ...

    that's your problem ianpullinger?
  3.  # 12
    What's the latest news on this after v1? How easy/hard would it be to share users between forums?
  4.  # 13
    I reread Mark's post above, and found my answer! doh!
    • CommentAuthorToivo
    • CommentTimeJul 13th 2006 edited
     # 14
    yes it seems easy. from another discussion...

    In addition to $Configuration['DATABASE_TABLE_PREFIX'] setting in appg/settings.php, there is also $DatabaseTables['User'] setting in appg/database.php which must be changed too (otherwise Vanilla itself will use LUM_User database table).
    • CommentAuthorJP Mitchio
    • CommentTimeJul 14th 2006
     # 15
    Vanilla should offer something to like Typepad does, called TypeKey. It would be a universal registration system for all Vanilla forums.
    • CommentAuthorToivo
    • CommentTimeJul 14th 2006
     # 16
    Naaah

    It's question about central database vs many distributed databases. I guess there has been extensive discussion regarding MS passport. Both side have good points.
    •  
      CommentAuthorBergamot
    • CommentTimeJul 14th 2006
     # 17
    There's nothing stopping you from writing an extension to authenticate with a universal logon server.
Add your comments
    Username Password
  • Format comments as