AMS 5.0.6 New Installation Login Issues
Hi Guys,
I have recently installed the trial version of AMS 5.0.6 on a Windows 2008 R2 64-bit. I cannot log in at all.
I tired the username and Password I had given at the time if installation and also tired the usernames once I made the changes to the Users.xml.It keeps telling me that the login attempt failed and to verify the log in details.
I am trying to log into admin console from the server I have installed the AMS on. I have tried all combinations of usernames and passwords and server IP addresses including localhost.
My Users.xml looks like this.
<UserList>
<User name="${SERVER.ADMIN_USERNAME}">
<!-- Salted Password Hash for this vhost administrator. -->
<!Password>027d99c9daece9d189dc5856fe40b470857230b6228891dc8a38d486f0217e0c1260d5256e232f6d</Password>
<Password encrypt="false">Pass12345</Password>
<Allow></Allow>
<Deny></Deny>
<Order>Allow,Deny</Order>
<User name="Faraz">
<Password encrypt="false">Pass12345</Password>
<Allow></Allow>
<Deny></Deny>
<Order>Allow,Deny</Order>
</User>
</User>
</UserList>
<AdminServer>
Any ideas where I am going wrong?
