I'm working on a trinitycore website, and want users to register on laravel, The details should be saved in the website database but also in a seperate database on another host, with other creds. however laravel hashes passwords i guess.
so my guess would be before it gets hashed, hash it again in SHA and sending it to the other database?