User authentication
-
I have been working on a custom plugin for my organization. The plugin basically provides a medium for users to register and login.
I created a custom database table in the WordPress database to store information about registered users. However, when working the wp_authentication_username_password function, it failed to authenticate users whose information was stored in the custom table lablled wp-finusers. After researching I then realized that, the function was using the default users table to authenticate users.
The reason I wanted to use a custom table was to separate registered users and the WordPress Administrative users.
My question, is there a WordPress Filter that will enable the wp_authentication_username_password to using the custom table to perform user authentication or will I have to reconfigure the wp-core files to enable me to do so?
- The topic ‘User authentication’ is closed to new replies.