User tests: Successful: Unsuccessful:
Currently we hard code the first user name to Super User. This PR moves it to use the real admin User name $options->admin_user.
Super User
$options->admin_user
The problem with this PR is that we are still hardcoding the name of the user but instead of hard coding it as Super User we are hardcoding it as user_name
If you really want to change this then I would be doing it with an extra field for Name
Ok than we can stay with Super User as the installation should be as easy as possible.
The problem with this PR is that we are still hardcoding the name of the user but instead of hard coding it as Super User we are hardcoding it as user_name
If you really want to change this then I would be doing it with an extra field for Name