mprahl / ADReset

Not Maintained: ADReset is a self-service Active Directory password reset portal
GNU General Public License v3.0
62 stars 34 forks source link

UPN Login #13

Open datalinkjeff opened 5 years ago

datalinkjeff commented 5 years ago

Hello, is there a way to have the system use the users UPN vs legacy user logon name? Thanks!

mprahl commented 5 years ago

It currently strips the @domain.local part and replaces it with the global configuration for the domain. You can see the code at: https://github.com/mprahl/ADReset/blob/master/resources/classes/ADLogin.php#L73