Roundup Tracker - Issues

Message5925

Author rouilj
Recipients rouilj
Date 2017-02-01.00:09:40
Message-id <1485907780.69.0.622117651401.issue2550933@psf.upfronthosting.co.za>
In-reply-to
One issue with my patch is that the journal entry for
the most recent password changes shows as hidden:

2017-02-01 00:04:47	admin	set	password: {PBKDF2}*encrypted* -> [hidden]
2017-02-01 00:03:58	admin	set	password: {PBKDF2}*encrypted* ->
{PBKDF2}*encrypted*
2017-02-01 00:03:49	admin	set	password: {PBKDF2}*encrypted* ->
{PBKDF2}*encrypted*

The other two journal entries originally had hidden on the rhs of ->
but once I make another password change the [hidden] turns into {PBK...
again. The else clause in my change is generating the [hidden] string.
But I am not sure why.
History
Date User Action Args
2017-02-01 00:09:40rouiljsetmessageid: <1485907780.69.0.622117651401.issue2550933@psf.upfronthosting.co.za>
2017-02-01 00:09:40rouiljsetrecipients: + rouilj
2017-02-01 00:09:40rouiljlinkissue2550933 messages
2017-02-01 00:09:40rouiljcreate