XML Asp.Net
Xml
code posted
created at 08 Dec 11:52
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<appSettings> <!-- For product change the value to ADUserRepository or FakeUserRepository --> <add key="Repository" value="ADUserRepository"/> <!-- Active Directory Settings --> <add key="Domain" value="labdc08"/> <add key="DefaultOU" value="DC=lab,DC=local"/> <add key="DefaultRootOU" value="DC=lab,DC=local"/> <add key="ServiceUser" value="ADTestUser"/> <add key="ServicePassword" value="Support-1"/> <add key="UseServiceAccount" value="true"/> <!-- Outbound email values --> <add key="WebServer" value="localhost:8080"/><!--For construction of url link in message --> <add key="Subject" value="Password Reset Request"/> <add key="From" value="techsupport@homeofficeaccounting.com"/> <!-- Password Generator. Leave blank to have system gen a new password, otherwise specify here --> <add key="NewPassword" value=""/> <!-- Messages --> <add key="NoEmailAddress" value="We're sorry, but we couldn't find a email address in your record. Please contact the Help Desk."/> <add key="NoUserFound" value="Your username was not found. Please contact the Help Desk."/> <add key="ErrorResettingPassword" value="There was an error resetting your password. We're sorry for the inconvience. Please contact the Help Desk."/> <add key="GuidsDoNotMatch" value="The transaction ID in your email does not match the ID stored in your record. Please contact the Help Desk."/> <add key="ErrorSendingEmail" value="There was an error with the system. Please contact the Help Desk."/> </appSettings> |
1.55 KB in 3 ms with coderay