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

User actions not working for chained entity provider #86

Open
szymach opened this issue Apr 21, 2017 · 1 comment
Open

User actions not working for chained entity provider #86

szymach opened this issue Apr 21, 2017 · 1 comment

Comments

@szymach
Copy link
Contributor

szymach commented Apr 21, 2017

If you define a chain provider for login form with at least two entities not having the same table, only the class defined in the fsi_admin_security.model.user parameter will be checked against the provided credentials. Obviously this should be changed, so all defined entities will be checked against.

Example - ChangePasswordController.

@szymach szymach added the bug label Apr 21, 2017
@szymach szymach added this to the 2.0 milestone Apr 21, 2017
@szymach
Copy link
Contributor Author

szymach commented Apr 28, 2017

Proposed solution - change fsi_admin_security.model.user to an array and check each defined entity.

UPDATE This will require a lot more work and is postponed until 3.0 or later.

@szymach szymach modified the milestones: 3.0, 2.0 May 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant