Hi @dennismahon ,
As far as my experiment,
Only password property in a user’s collection that is hashed before storing, that is why we cannot check or read its content.
If we use text property in user’s collection or other collection as password storage, obviously anyone can see it in console.
So the only way to have hashed password is through login process using Adalo’s way.
But, if you want your own login process, without email or without username, then you have to read and check and it will be in text property, so no hashed password served.
Cheers,
Yongki