Discussion:
Bugzilla API
Harsh Singh2
6 years ago
Permalink
Hi,

I am using Bugzilla 5.1.2 Bugzilla API. but in this there is no option for reset password or forget password. Is there any way in API to reset password or forget password.
Please help.


Thanks & Regards,
Harsh Singh
[Email-Emblem-17]

Ph:+91 9205821998 Ext- 4017
Chetu Inc - Delivering world class IT services
For more information , Please visit : www.chetu.com<http://www.chetu.com/>
Thorsten Schöning
6 years ago
Permalink
Guten Tag Harsh Singh2,
Post by Harsh Singh2
I am using Bugzilla 5.1.2 Bugzilla API.
That is an unstable development release.
Post by Harsh Singh2
but in this there is no
option for reset password or forget password. Is there any way in
API to reset password or forget password.
If your version doesn't contain such calls, there are none. You might
extend the web services on your own:

https://bugzilla.readthedocs.io/en/5.0/integrating/extensions.html
https://www.bugzilla.org/docs/4.4/en/html/api/Bugzilla/Hook.html#webservice

Mit freundlichen Grüßen,

Thorsten Schöning
--
Thorsten Schöning E-Mail: ***@AM-SoFT.de
AM-SoFT IT-Systeme http://www.AM-SoFT.de/

Telefon...........05151- 9468- 55
Fax...............05151- 9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
Harsh Singh2
6 years ago
Permalink
HI,

How can I get user password from database, when we create new user password will be save into the database in which format.

Thanks & Regards,
Harsh Singh
[Email-Emblem-17]

Ph:+91 9205821998 Ext- 4017
Chetu Inc - Delivering world class IT services
For more information , Please visit : www.chetu.com<http://www.chetu.com/>
Thorsten Schöning
6 years ago
Permalink
Guten Tag Harsh Singh2,
Re: Bugzilla API
Please use a better subject next time fittin gthe content of your
question, else it makes it unnecessary difficult for us to follow your
threads.

http://www.catb.org/esr/faqs/smart-questions.html#bespecific
How can I get user password from database, when we create new
user password will be save into the database in which format.
You can't, only the a hash of the password is stored for security
reasons.

https://en.wikipedia.org/wiki/Password#Form_of_stored_passwords

Mit freundlichen Grüßen,

Thorsten Schöning
--
Thorsten Schöning E-Mail: ***@AM-SoFT.de
AM-SoFT IT-Systeme http://www.AM-SoFT.de/

Telefon...........05151- 9468- 55
Fax...............05151- 9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
Harsh Singh2
6 years ago
Permalink
Hi,

I am using Bugzilla 5.1.2 Bugzilla API. but in this there is no option for reset password or forget password. Is there any way in API to reset password or forget password.
Please help.



Thanks & Regards,
Harsh Singh
[Email-Emblem-17]

Ph:+91 9205821998 Ext- 4017
Chetu Inc - Delivering world class IT services
For more information , Please visit : www.chetu.com<http://www.chetu.com/>
Continue reading on narkive:
Loading...