ocket8888 opened a new pull request #4764: URL: https://github.com/apache/trafficcontrol/pull/4764
## What does this PR (Pull Request) do? - [x] This PR is not related to any Issue Added an email and full name to the "admin" user created for CDN-in-a-Box, and changes its password to meet the minimum length requirement. Currently in CDN-in-a-Box, if you navigate to the "admin" user's user under "Users", you notice that it's missing the required "Full Name" field and the required "Email" field, and its password isn't long enough. This means that any small change you want to make to the user e.g. for testing purposes must minimally fix those three issues. After this PR, those would no longer be a problem. Again, though, this _does change the CiaB "admin" user's password_. People using CiaB for testing _may_ be broken, but if done properly by sourcing `variables.env` and using `$TO_ADMIN_PASSWORD` it shouldn't make a difference. ## Which Traffic Control components are affected by this PR? - CDN in a Box ## What is the best way to verify this PR? Build and run CDN-in-a-Box; everything should work normally. Try authenticating as `$TO_ADMIN_USER` using `$TO_ADMIN_PASSWORD` and verify that works. Check that user's information to verify that the email and full name are present. ## The following criteria are ALL met by this PR - [x] CiaB has no tests - [x] Interface doesn't change so docs are unchanged - [x] An update to CHANGELOG.md is not necessary - [x] This PR includes any and all required license headers - [x] This PR does not include a database migration - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY** ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
