08-10-2012, 11:28 AM
Hi Uwe
I had a similar need to integrate with LetoDMS with BugZilla and wanted to also create users/folders/groups etc. Your answer in this post http://forums.letodms.com/showthread.php?tid=643 is how I am proceeding.
I was breaking my head on how to keep the passwords between these two systems in sync. Your idea above helped me so much that I integrated in 10 mins
A/c is created with a random password in LetoDMS. I changed op.Login.php to not check for md5 password but instead call the Bugzilla login webservice. On success I allowed the login. In settings I also disabled change and forgot password. Problem solved!
Thanks
Srini
I had a similar need to integrate with LetoDMS with BugZilla and wanted to also create users/folders/groups etc. Your answer in this post http://forums.letodms.com/showthread.php?tid=643 is how I am proceeding.
I was breaking my head on how to keep the passwords between these two systems in sync. Your idea above helped me so much that I integrated in 10 mins

A/c is created with a random password in LetoDMS. I changed op.Login.php to not check for md5 password but instead call the Bugzilla login webservice. On success I allowed the login. In settings I also disabled change and forgot password. Problem solved!
Thanks
Srini