]> git.koha-community.org Git - koha.git/commit
Bug 20568: Move value => client_id + secret
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 16 Apr 2018 19:04:26 +0000 (16:04 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 9 May 2018 15:55:59 +0000 (12:55 -0300)
commitb67e88f429fb926a9032893f343c05a15e856c37
tree7506ff77887c6545be6ac5c15ef2aa617f9ca742
parent37efe6ff7643e1bfee201a3e9b3473a82a0d656f
Bug 20568: Move value => client_id + secret

This patch addresses the request from Julian that api keys are expected
to be client id/secret pairs.

It does so by
- Adding 'client_id' and 'secret' columns
- Removing 'value'

Tests got adjusted and so controller scripts and templates.
Both libs and tests changes have been squashed. This ones remain in
order to keep Owen's attribution on the template changes and avoid
rebase conflicts.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc
koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-apikeys.tt
members/apikeys.pl
opac/opac-apikeys.pl