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
After using forgotPassword(), it created the record in tokens table, but it doesn't add anything to "is_revoked" field. I've tried changing the datatype for "is_revoked" to TINYINT, BOOLEAN, BOOL, INT and VARCHAR and no luck.
The only way updatePasswordByToken() works is if I set "is_revoked" to "0". I'm guessing this is a issue on my end, but was wondering if anyone experienced anything like this?
The text was updated successfully, but these errors were encountered:
After using forgotPassword(), it created the record in tokens table, but it doesn't add anything to "is_revoked" field. I've tried changing the datatype for "is_revoked" to TINYINT, BOOLEAN, BOOL, INT and VARCHAR and no luck.
The only way updatePasswordByToken() works is if I set "is_revoked" to "0". I'm guessing this is a issue on my end, but was wondering if anyone experienced anything like this?
The text was updated successfully, but these errors were encountered: