Bugs item #1447729, was opened at 2006-03-11 18:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=1447729&group_id=6121
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: version 1.3.x (experimental)
Group: User Authentication
Status: Open
Resolution: None
Priority: 5
Submitted By: Matt Brown (mattgbrown)
Assigned to: Nobody/Anonymous (nobody)
Summary: User preference update message is misleading
Initial Comment:
When logged in via a PassUser object the update message
returned after changing the user preferences is
misleading. It says "No changes" even though the
database has been updated.
This is due to it relying on the return value of the
setPreferences method of the PassUser object to return
the number of preferences that were updated. The
current implementation of the PassUser object does not
return anything.
There is an attached patch which fixes this problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=106121&aid=1447729&group_id=6121
|