Sync mantis and another app

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
andyb88
Posts: 2
Joined: 19 Jun 2009, 19:30

Sync mantis and another app

Post by andyb88 »

I have created a website and java applet that users need to register in order to use. I want to disable anonymous mantis access and automatically create a mantis user when a user is created for my website/applet.

Does anyone have any suggestions of how to do this? Or has anyone done a similar thing and could suggest somewhere to start?

Thanks,

Andy
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Sync mantis and another app

Post by vboctor »

The plan here is to support authentication plugins. If you are interested to help out with this, I suggest you would join the dev team on the IRC channel.
Migrate your MantisBT to the MantisHub Cloud
Buga
Posts: 74
Joined: 31 Mar 2008, 12:10

Re: Sync mantis and another app

Post by Buga »

I wrote my own my register account page. My Users only have to give their mail adress + a password and my script searches all data from another datasource. I didnt touch any matnis source for this. I simply insert the new user data into the mantis database and this works quite good
cas
Posts: 1622
Joined: 11 Mar 2006, 16:08
Contact:

Re: Sync mantis and another app

Post by cas »

I have made various mantis integrations for other cms'ses. That can be easily implemented with any other application.
Check http://www.nuy.info/apps/owl/browse.php ... &curview=0
Post Reply