> But how to proceed, if the user changes his password and can't activate
> afterwards?
> The superuser can't have a look all the time if a user changed his profile?!
> 

If you use direct activation (as opposed to workflow driven activation),
then you need to sync your users between author and public. The easiest
way to do so is to setup scheduled task and activate all your users say
once a day or so. 
If you want to be more proactive, the observation is your friend. Write
an observer listening for changes in user password (or any user details
in general) and activate on such a change (make sure to not to react on
changes to users MetaData otherwise you end up with endless loop -
MetaData contains info about activation and are updated after activation
by the system)
If you use workflow driven activation then the only user that need to
have pwd in sync is a superuser so it should not be an issue to maintain
that manually.

HTH,
Jan


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to