There is a bug in the function "aggregation_feed_update($node)"in line 602:

as is: "username = '%s', %s refresh_interval = %d,"

as must be: "username = '%s', password = '%s', refresh_interval = %d,"

As result of the bug is inapropriate saving of the password

Comments

Ashraf Amayreh’s picture

Assigned: Unassigned » Ashraf Amayreh
Status: Active » Fixed

Was a little attempt to avoid 2 update statements. Fixed in next realease.

Ashraf Amayreh’s picture

Status: Fixed » Closed (fixed)

Closing it...