symfony1 - allow users to change their own password, email and Profile -
i'm creating own blog engine learn symfony, , have question :
i can add , edit users sfguarduser module, how can allow users edit reccord ?
users should have access page allowing them edit email, name, password, , profile.
any ideas ?
in action profile updated retrieve users object via getid()
method , apply changes on returning object.
$user = sfguarduserpeer::retrievebypk( $this->getuser()->getguarduser()->getid() );
Comments
Post a Comment