-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pugx edit profile #117
Comments
Hi, thanks for asking. |
Hi Garak, I wanted to add "edit profile" exactly like registration with pugx bundle like this:
So paths are directly connected to respective FormType. Have you got any idea? Thank you! |
What is the meaning of "they are not update"? |
For example, the field "address" of "user_representant" which is not updated in my database |
This is a partial information, you should go deep and debug it. Is your form valid? The queries you expect are not performed or performed wrongly? Etc. |
Hello, try to override ProfileController of FOSUser like this, it worked for me:
As result, I have the good form and template defined in pugx_multi_user configuration. |
I have another solution
Hear, you can add you'r custom/personal form to One of you user User types:
|
Hello everyone!
Thank you for this bundle which is very useful!
Thanks to this bundle, I designed two kind of account and it perfectly works to creating it.
But I don't succeed in editing profile.
Could you help me with an example code, like the documentation, to allow users edit their profiles?
Thanks a lot!
The text was updated successfully, but these errors were encountered: