by Web Developer.
i have problem with external database auth.
i have the encrypted password on the external database
and i don't have the encryption type,
the only thing that i have is a Boolean function on the external database which return true/false
check_auth(username,password)
so how can i make a work around this issue to use the external db plugin with using db function instead of db field
your efforts is highly appreciated
i have the scenario bellow :
Table | Name of the table in the database | |
Username field | Name of the field containing usernames | |
Password field | Name of the field containing passwords | |
Password format | external function |