I assume you do

db(....).update(field=value)

similarly you can do

auth.user.update(field=value)

On Sep 26, 3:44 pm, Tyler Laing <trinio...@gmail.com> wrote:
> I ran into an interesting issue in testing my site (http://www.novelite.ca
> ). If the user buys tokens while logged in, via paypal, paypal then
> sends a notification to the server via IPN. Processing this adds the
> tokens to the user's account. My problem is that the auth.user object
> isn't updated when the user entry is updated in the database.
>
> Is there a way to refresh the user object in Auth safely to account
> for this update?

Reply via email to