execute_authorization
execute_authorization($login,$password,$caption="Windows security"); - this function is used for processing the authorization dialog. Available from version 4.9.16
The function accepts parameters as input:
$login – the username to enter.
$password – the password to enter.
$caption – dialog title.
After processing, the function returns the result of its work to the script :
true – processing was successful.
false – errors occurred.