fix issue 4230 fix issue 4231
API key reminder should not send the API key in clear text. Shorten displayed key to 5 chars.
Calculation of remaining days until a API key expires was wrong as it took into account only the days part of the date and ignored month or year.
Signed-off-by: Karsten Hopp karsten@redhat.com
Nice and easy, thanks for fixing these :)
rebased onto f3d98dd6694faafa122f2f0efefa2ee992fe578c
I'm rewriting the commit message before merging this though :)
rebased onto 9905fb1e64341822366b6ab1d414d2baa230af0a
Pull-Request has been merged by pingou
fix issue 4230
fix issue 4231
API key reminder should not send the API key in clear text. Shorten displayed
key to 5 chars.
Calculation of remaining days until a API key expires was wrong as it took into account only the days part of the date and ignored month or year.
Signed-off-by: Karsten Hopp karsten@redhat.com