Saved password sometimes gets discarded automatically #1
Loading…
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?
It should only be forgotten by the
forget-password
command.Maybe this happens when the Node module disconnects, and the bridge is configured to not allow logging in after disconnections.
Should be fixed by
54c772d3ac
.