You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, @Plypy and I figured out a way to do this (it is, however, pretty hacky). We grab the FormageUser model from the formage registry, and we overwrite formage.UserForm.encryptSync and formage.UserForm.compareSync with our own password-hashing methods. Then we can create FormageUser docs based on our own user model.
Our site have our own admin accounts, we want to let those accounts could access to formage as well.
Is there any API?
The text was updated successfully, but these errors were encountered: