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
Notice that we did not provide a password in the data, but still the final hash is not the same as the one we had before. It's now impossible to use this account, unless PATCHing it again with an admin account, and this time around providing the password in the data.
The text was updated successfully, but these errors were encountered:
If the
password
isn't provided in aPATCH
to the accounts endpoint, the password will be automatically changed (to what?). Proof:Now let's do a patch:
Notice that we did not provide a
password
in the data, but still the final hash is not the same as the one we had before. It's now impossible to use this account, unlessPATCH
ing it again with an admin account, and this time around providing the password in the data.The text was updated successfully, but these errors were encountered: