Skip to content

Commit

Permalink
Remove FOSUser controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Apr 20, 2017
1 parent e6d1c8f commit b6884bc
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 1,278 deletions.
73 changes: 0 additions & 73 deletions Controller/ChangePasswordFOSUser1Controller.php

This file was deleted.

108 changes: 0 additions & 108 deletions Controller/ProfileFOSUser1Controller.php

This file was deleted.

214 changes: 0 additions & 214 deletions Controller/RegistrationFOSUser1Controller.php

This file was deleted.

4 comments on commit b6884bc

@edrush
Copy link

@edrush edrush commented on b6884bc May 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I miss the deleted controllers, can you tell me where the profile actions will be or are they getting removed from Sonata UserBundle forever? I'm on master since it seems the only branch that does not conflict with Symfony 3.2, right? Thank you for letting me know!

@jordisala1991
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use those: https://github.com/FriendsOfSymfony/FOSUserBundle/tree/master/Controller. They are basically the same as ours

@edrush
Copy link

@edrush edrush commented on b6884bc May 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, thank you, but the profile view is then not in the Sonata layout and there are fewer fields than I had before, or is that a configuration question?

@DeonKuhn
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jordisala1991 Hi there, what would be the recommended approach to customize these templates?

Currently I am overriding the core FOSUserBundle templates, and replacing them with templates similar to what SonataUserBundle had via the recommended app/Resources level method of overriding.

Am I on the right path with this?

Please sign in to comment.