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
Comment #1
Ashraf Amayreh commentedWas a little attempt to avoid 2 update statements. Fixed in next realease.
Comment #2
Ashraf Amayreh commentedClosing it...