Create users for mantis from another web site

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
nguyennb
Posts: 2
Joined: 13 Jan 2015, 10:47

Create users for mantis from another web site

Post by nguyennb »

Hi all,

I am developing a web site asp.net and i use mantis to let users to post user feedback about my website.
Is there anyway to create mantis users from my asp.net web site and support SSO (Single sign on) so with just one logged in user can work on my site and mantis.

I greatly appreciate your support.
Thanks
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Create users for mantis from another web site

Post by atrol »

You can set $g_login_method to LDAP to authenticate against an LDAP (or Active Directory) server.
https://www.mantisbt.org/docs/master-1. ... ONFIG.AUTH
Please use Search before posting and read the Manual
nguyennb
Posts: 2
Joined: 13 Jan 2015, 10:47

Re: Create users for mantis from another web site

Post by nguyennb »

Thank you very much

Does mantisbt support soap api to add a new user, i found here a patch to do this task, but not existing on new release version

https://www.mantisbt.org/bugs/view.php?id=10349
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Create users for mantis from another web site

Post by atrol »

This is still an open pull request and not part of any official version.
https://github.com/mantisbt/mantisbt/pull/88
Please use Search before posting and read the Manual
Post Reply