> The general task is clear. But the details may depend on the admin
> surface (oldadmin, asgard). I think I had this problem in a similiar way
> with asgard.
> 

Any admin site is nothing to do with it.
It is pure midgard issue not admin sites.

> > I got code for account from style and code for modifying account
> > is in subpage element so:
> >
> 'account' is part of person objects and updated with the
> mgd_update_password function. In Asgard admin a form is filled out,
> submitted and 'posted' to a page called user where the update happens
> with preset variables of the form.
> 

oh! I think a little misunderstanding here.
"Account" is not any person or member ar almost anything 
in database. Account in my case is just a topic created with 
customer who use online shop, and this account is identified 
with cookie.
The better and faster way is get all vars to memory , but keeping 
them in database let me make more useful statistics :)

Anyway I moved all code to snippet (wow , great thing!!!)
and I include and execute it in code-global every time it is needed, so this way 
I got fresh values all the time :)

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to