-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate random password #5023
Generate random password #5023
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5023 +/- ##
==========================================
+ Coverage 37.47% 37.48% +0.01%
==========================================
Files 310 310
Lines 45935 45935
==========================================
+ Hits 17213 17220 +7
+ Misses 26244 26241 -3
+ Partials 2478 2474 -4
Continue to review full report at Codecov.
|
If implemented sending email should probably be optional with special flag |
Will add that |
@lafriks I couldn't get emails to work... Would work on that and send another PR in the future |
Fixes #4931
-random-password
-random-password-length
for configuring length of generated passwordgenerate.GetRandomString
Thoughts ?