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

Synchronization with the database #11

Open
chelminski opened this issue Oct 8, 2023 · 3 comments
Open

Synchronization with the database #11

chelminski opened this issue Oct 8, 2023 · 3 comments

Comments

@chelminski
Copy link

Hi ;)
Please add database synchronization. During login, the user's login would be checked against the database. If it appears there, the user cannot log in. Allow to customize the database and the table and columns in which the user would be checked.

@chelminski
Copy link
Author

I still really need this feature :P
I will be grateful if it appears

@anderly
Copy link
Member

anderly commented Jan 10, 2024

@chelminski, I want to make sure I understand what you mean by "database synchronization." Do you mean that you want the plugin to check a specific table and column to determine whether or not the user should be allowed to login? If so, that seems outside the scope of our plugin as our plugin is primarily designed to provide a status flag that allows you to enable/disable a user record and then it prevents the user from logging in if that user is disabled.

@chelminski
Copy link
Author

Correct.
I understand that you don't want to implement this in your plugin? You don't want to change its main function. Would it be possible to create a separate plug-in that, instead of a flag, would simply verify whether a given user's login is in a specific place in the database?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants