better username generation #23
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
go
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
maxpeterkaya/peanut#23
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?
Currently I just have a placeholder that returns
adminbut that won't suffice for security.The plan is to use an API to get a random word, capitalize it, and add 4 randomly generated numbers at the end of the word. This should work in the meantime while I contemplate how to move towards a library that is random enough and has a large enough dataset without bloating the finished build.
Closing the issue, once I figure a good solution to avoid using an API I'll create a new issue.