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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -