Lockout Prevention #235
Labels
No labels
bug
chore
documentation
enhancement
help
in-progress
question
ready-for-release
released
translation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
adam/gate#235
Loading…
Add table
Add a link
Reference in a new issue
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?
Describe your idea for an enhancement:
There should be some mechanism to prevent owner lockout in the case of a lost password/account. This may be something that could be added as a cli command, for either regenerating the default admin or maybe generating a password reset link.
Describe alternatives you've considered:
While there are controls on removing/deleting admin accounts, there is no way to recover a VoidAuth instance if the owner loses their password and email password reset is not available.
Released in v1.9.0 with the
voidauth generate password-reset [username]command.