Skip to content
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

using Reset Password for multiple users / firewalls #203

Closed
Hanmac opened this issue Dec 14, 2021 · 2 comments
Closed

using Reset Password for multiple users / firewalls #203

Hanmac opened this issue Dec 14, 2021 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@Hanmac
Copy link

Hanmac commented Dec 14, 2021

assuming i have a backend user bundle that uses this password reset bundle.

then i want to use a different kind of user bundle for the frontend users which might also use this bundle for password reset.

i assume they might conflict depending on the implementation of the request repository?

would i need a delegator repository depending on the class of user?

@jrushlow
Copy link
Collaborator

Howdy @Hanmac - yes, the bundle as is does not support multiple user entities out of the box. checkout #110 for a few work arounds until we properly implement multi entity support.

I'm going to close this for now, but if #110 doesn't cover what you're looking for, please let me know and ill open this back up. Thanks for using the bundle!

@Hanmac
Copy link
Author

Hanmac commented Jan 31, 2022

i think it is going to depend if I'm going to use the SonataUserBundle or the NucleosUserAdminBundle for the final product in Backend. Because that's the difference if I'm going to need an extra User for Frontend or not.

One of the requirements is that my Frontend users need to be able to share the same e-mail if able. It is a software for a school where the students need to register, and siblings might have the same e-mail.

From what i have seen with this bundle, it shouldn't be that much of a Problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants