Faced a problem:
On the website in the registration form there is a field in which you need to enter an email (for example: exemple@gmail.com) or a user name (for example: user_name1).
Question: how in the php file of the processing provider to find out what exactly came in the variable $_POST['login'] - the user's email or his username?