Loading...
 
Skip to main content

Custom Share Module 0.1dev

Features / Usability

Features / Usability


login/registration

posts: 8

I'm working on a site that already has user registration and login. Is there a way that I can bypass the user login/registration?

The site was done w/ ASP.NET/mssql and now the people want a wiki integrated with it. Has this been done before. I've looked around and this seems to be one of the best documented wiki's out there.

thanx

posts: 2881 United Kingdom

Well Tiki is in PHP so make sure your webserver can be configured for PHP as well.

But there are no problems in creating a shared login system. The .php code is all you need to look at to fine the implementation and way its stored within tiki to duplicate and/or automate account creation.

Damian

posts: 8
where in the code should I look? There are over a hundered files. Plus I don't know much about PHP.
posts: 2881 United Kingdom

tiki-regsiter.php and probably userslib.php maybe some calls are linked to tikilib.php too

Damian


posts: 8
where in the php code should I look.