You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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?
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.
The text was updated successfully, but these errors were encountered: