I have disabled account creation on the client side and use a method call instead to create accounts. Normally I would hash the password before sending it to the server using the Accounts._hashPassword(some_password). Is there anyway to accomplish this with your package?
I have disabled account creation on the client side and use a method call instead to create accounts. Normally I would hash the password before sending it to the server using the
Accounts._hashPassword(some_password)
. Is there anyway to accomplish this with your package?Thanks.