Hmm, we use a product called jenzebar for our online student portal where they are entering information which then creates the active directory account. This was customized by a web team here in town so maybe I need to reach out to them. I did
find this in the web config file where this happens. I edited out some info that pertains to our domain... Still don't see where we could really add this here?
<!--Email Settings Start-->
<!--Required Keys: [Username][ResetPassword]-->
<add key="ResetPwdEmailSubject" value="Your domain Account Password."/>
<add key="ResetPwdEmailBody" value="Please return to <a href=http://domain.net>http://domain.net</a> and log in using the following password:<br /><br />Password: [ResetPassword]<br
/><br />"/>
<add key="GeneratePwdLength" value="7"/>
<add key="EmailResetFailError" value="The email address provided does not match the alternate address listed for your account. Please try password reset option #1."/>
<!--Reset Password Email Settings End-->
<add key="Domain" value="(domain Controller).net"/>
<add key="ADStudentsPath" value="OU=fall10,OU=fall10,OU=Students,DC=,DC=net"/>
<add key="ADEmployeesPath" value="OU=Employees,DC=,DC=net"/>
<add key="ADGroupsPath" value="OU=Groups,DC=domain,DC=net"/>
<!-- GD 20120606 <add key="ADProfilePath" value="\\student\student\profile\"/>-->
<add key="ADProfilePath" value="\\fs-01\student\newprofile\"/>
<!--User to perform functions-->
<!--<add key="ADUser" value="Custom_User@test.net"/>
<add key="ADPassword" value="pwd!"/>-->
<add key="ADUser" value="aduser" />
<add key="ADPassword" value="#pwd" />
<!--<add key="ExchangeURI" value="https://mail01.domain.net/Powershell?serializationLevel=Full"/>
<add key="ExchangeDomain" value="domain.net"/>
<add key="ExchangeOU" value="domain.net/Students/fall10/fall10"/>
<add key="ExchangeDatabase" value="Students"/>
<add key="ExchangeUser" value="Custom_User@domain.net"/>
<add key="ExchangePassword" value="#pwd"/>-->
<!--Office 365 Settings Start-->
<add key="365TargetDomain" value="manhattantech.onmicrosoft.com"/>
<add key="365Domain" value="domain.net"/>
<add key="365pSMTPproxy" value="domain.edu"/>
<add key="365ssmtpproxy" value="domain.net"/>
<add key="s365showInAddressBook1" value="CN=Default Global Address List,CN=All Global Address Lists,CN=Address Lists Container,CN=domain,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=domain,DC=net"/>
<add key="s365showInAddressBook2" value="CN=All Users,CN=All Address Lists,CN=Address Lists Container,CN=domain,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=domain,DC=net"/>
<!--Office 365 Settings End-->