Tracker: Bugs

5 ignores if Encrypt passwords is unchecked - ID: 1738001
Last Update: Settings changed ( kink )

I am using 1.4.10a
Mail Fetch -- Version 1.3.0

When a user enters a password, it will always get encrypted regardless if
the checkbox is selected or not.


Good code:
if( $mailfetch_cypher == 'on' ) $mailfetch_pass_[$i] = decrypt(
$mailfetch_pass_[$i] );

Bad line of code:
setPref($data_dir,$username,"mailfetch_pass_$mf_sn",(isset($mf_pass)?encryp
t( $mf_pass ) :""));


Could be:
if( $mailfetch_cypher == 'on' )
setPref($data_dir,$username,"mailfetch_pass_$mf_sn",(isset($mf_pass)?encryp
t( $mf_pass ) :""));


Stephen More ( mores ) - 2007-06-15 18:19

5

Closed

Fixed

Nobody/Anonymous

Specific Plugin

None

Public


Comment ( 1 )

Date: 2007-06-25 20:18
Sender: kinkProject AdminAccepting Donations


Fixed, thanks!


Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2007-06-25 20:18 kink
resolution_id None 2007-06-25 20:18 kink
close_date - 2007-06-25 20:18 kink