=== Goal
We want to allow users to be able to input usernames, IP addresses and IP ranges in order to look up information about them. The input form will support the above three main input types. There will also be an input box to include a reason for the check (mandatory). This is only a UI ticket and there will be a follow-up ticket for the functionality after the information is submitted.
=== Mock
https://prtksxna.github.io/wmf-cu-prototype/index.html
{F30937806, width=500px}
=== Acceptance criteria
* Form header: //Search for usernames, IP addresses or IP ranges//
!!Question - can we include all of these three input types in one input box or will that pose a problem with validation? Ideally, usernames should auto-complete.!!
* Input box for usernames.
** Placeholder: //Add users//
** Help text: //Enter users that you want to investigate, alternatively enter an IP address or range to see all users using those addresses.//
* Checkbox for //Include all other users who are using the same IPs as the given users//
** Help text: //Checking this option will also bring up all other user accounts that have edited or committed any actions from the same IP addresses as the given users in the past 90 days.//
* Input box for the reason for the check.
** This a mandatory before the //Submit// button becomes active.
** Placeholder text: //Example: Investigating Apples for suspected sockpuppetry//
** Help text: //Include a reason for performing this check. This would be logged in the CheckUser log along with a list of users and IPs that you performed the check on.//
* //Submit// button for submitting the info for performing the check.