Active
Project:
Bugbits
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2009 at 13:14 UTC
Updated:
13 Oct 2021 at 14:52 UTC
Jump to comment: Most recent
Comments
Comment #1
daften commentedI'm working on that feature, it will be the option for the user to link his drupal account to his mantis account. Automatic sync is on the feature list in the long run, but that will be a while :)
Comment #2
TommyC commentedThanks for your time and especially the quick response.
Being able to link two existing accounts from the account page is indeed a nice feature but is not what I'm talking about.
The users I'm talking about currently only have drupal accounts, no mantis accounts. Since new drupal users are automatically added to mantis it would seem to me that it should also be possible and relatively easy to enable site admins to do the same thing for a large amount of existing drupal users.
Comment #3
daften commentedThat is something that is going to be done, in the long run, but we need to make sure that no problems arise from that.
Comment #4
maori commentedheya is there any update on this
regards
Comment #5
daften commentedNo, At the moment there is no active development going on due to other priorities. I hope to get back to this, but I fear it might not be possible.
Comment #6
maori commentedheya thanks for the info
for now i used a simple sql to import the users and so far it looks ok ie have been able to login via a few diffrent users id's and password's
Comment #7
tmckeown commentedMaori,
Would you be willing to share your db script you used and I can test it and hopefully rolled it into the next release.
Thanks,
Trevor
Comment #8
maori commentedheya tmckeown
sure thing
as i sayed it is a simple one as i'am not that good :( but this works all i did was copy over the drupal database users table to the mantis database one ran this sql and then deleted the copied table i left the original mantris admin in the table as i set it up initially whith same details as i made for my drupal but you could just clear the mantris table and copy all over by removing the where clause. but if you do that make sure you goto your admin account name in the table and set its access level to 90 which is the admin level for mantris
hope i didnt confuse you there just trying to get all info across
hope it helps
/Maori
editied forgot to add the rand() to the cookie string as without i had a problem loggin
Comment #9
daften commented