Make the UI only accept valid account IDs #13
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The configuration UI allows (almost) any trash strings instead of real account IDs.
It is not possible to fully validate an account ID, of course, but that the ID fits
"ak_" ++ base58()is better than no validation at all.In particular, passing garbage to
gmhive_clientseems to crash it.