Select Git revision
AuthRemoteuser.php
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
AuthRemoteuser.php 241 B
<?php
$wgAuthRemoteuserName = isset( $_SERVER["AUTHENTICATE_CN"] )
? $_SERVER["AUTHENTICATE_CN"]
: '';
/* User's Mail */
$wgAuthRemoteuserMail = isset( $_SERVER["AUTHENTICATE_MAIL"] )
? $_SERVER["AUTHENTICATE_MAIL"]
: '';