[#418] secret key in hash

Migrated from Redmine #418 | Author: elena streep
Status: New | Priority: Normal | Created: 2019-08-22


hi
what is secret key in md5 hash?
$sign = md5($bookingId . $bookingHash . $secretKey);

Redmine Admin wrote:

hi, yes, it should be md5(Id . Hash . yourSecretKey)

elena streep wrote:

what is secret key? how to get it?

Redmine Admin wrote:

you should be able to get it in API plugin settings