lastuser
- From: "John Cox" <john.cox (at) wyome.com>
- Date: Sun, 19 Nov 2006 08:21:23 -0500
On 11/19/06, jalal <the.jalal (at) gmail.com> wrote:
>
> Hi all
>
> The reason is that when a user validates their joining (via their
> validation
> email) then the last user number is stored. But they also go through the
> same process when they change their email address or password.
>
> This kind of makes it difficult to fix... any ideas on what to do?
Two things can be done.
Easy: Remove the call from the template. Still broken, but at least it
doesn't show it.
Hard: That is just a modvar which is updated, what you could do is evaluate
the timestamp of when they signed up before setting the modvar. If it is
within a certain time, set it, if not, then don't. I believe the date is in
the roles table (been a very long time since I looked).
jc
_______________________________________________
Xaraya_devel mailing list
Xaraya_devel (at) xaraya.com
http://xaraya.com/mailman/listinfo/xaraya_devel
- Follow-Ups:
- lastuser
- From: jalal <the.jalal (at) gmail.com>
- References:
- lastuser
- From: jalal <the.jalal (at) gmail.com>