Coldfusion 10 admin password reset not working - coldfusion

When i reset CF admin password using passwordreset.bat , the reset happens and can see the change in password.properties file like below
password=
encrypted=false
when i restart CF service in windows, in password.properties i can see encrypted string,
But my changed password is not working when I try to log in to the coldfusion administrator.
I tried multiple times, but it did not work.
Please advise what is wrong. with my admin password reset.
One more issue when i set admin.security.disabled false in neo-security.xml, in coldfusion administrator when i submit any form(like enabling debugging settings), it throws error like "There was an error accessing this page, check logs for more details, click here to login"
I am using browser IE 11.
Thanks in advance

This issue solved when I add 127.0.0.1 to list of trusted sites.

Related

Google Compute engine WHM root password

I am updating my password using the sudo passwd command in the SSL.
It tells me I have changed the root password but when I try to login I get "The login is invalid."
Changing password for user root.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
Any ideas as to why this is not updating? (I am currently unable to login to WHM until this password updates).
Turns out I was using the wrong password originally. When I came to try the correct password it was still telling me I had the wrong details.
By the time I came to reset the password the server had blacklisted my IP (Too many attempts).
The solution was to remove the IP ban and everything was working fine again.
(Huge thanks to the cPanel Support team for helping me find the issue!!)

WSO2IS 5.11.0 - Empty screen when loggin to /myconsole or /myaccount

I have an issue when I try to login to WSO2/myaccount or <WSO2IS_URL>/console. I can fill my login and password, but when after to have clic on submit button, I get an empty screen.
It worked the first time after a reboot of my machine.
Login & Password -> Submit
My personal page appeared
Logout
Login & Password -> Submit
I got an empty screen (blank page)
I have to say that I am behind an NGINX reverse proxy hosted in another machine.
I check in my browser and I get this message:
Uncaught (in promise) Invalid id_token in the token response:
eyJ4NXQiOiJNell4TW1Ga09HWXdNV0kwWldObU5EY3hOR1l3WW1NNFpUQTNNV0kyTkRBe.......
I checked my callback URLs for myAccount and Console SP and they are corrects.
I checked also the "Identity Provider Entity ID" for "OAuth2/OpenID Connect Configuration", and it is also correct.
Hereunder my deployment.toml file:
[server]
hostname = "<MY_WSO2IS_DOMAIN_NAME>"
node_ip = "192.168.xxx.yy1"
base_path = "https://$ref{server.hostname}"
offset = 0
internal_hostname= "identity"
[sts.endpoint]
idp = "https://$ref{server.hostname}/samlsso"
.../...
The "node_ip" value is the one for the NGINX reverse proxy hosted in another machine.
I tried many many things but I don't find where is the issue.
Any idea is welcome and appreciated. Thank you.
Seems your resident identity provider settings still set to localhost. If that is the case you have to change the settings as follows:
finally update changes by clicking the "update" button at the bottom.

Logging into PHPMYADMIN

My website runs off of an AWS server. I went to login to phpmyadmin and placed in the username and password that matches the username and password in config.inc.php and I get the error:
The user name or password you entered for this area on ___________:80 was incorrect
Any suggestions on how I can fix this?
phpMyAdmin doesn't have user accounts, when you enter your credentials in the login field those are passed on directly to MySQL (more information).
The only time you should need to have your username and password in config.inc.php is if you're using the "config" auth_type, in which case you aren't prompted at all when logging in.
But the thing is, that doesn't sound like a phpMyAdmin error message. Perhaps you have some other means in place of protecting your phpMyAdmin installation, such as a .htaccess file or Apache configuration directives.
I suggest starting with the command line client, see if you can log in with the username and password you have. Next, look at the phpMyAdmin configuration, config.inc.php, and for testing purposes I suggest you use auth_type cookie. That way, if you get a popup login dialog you know something else is restricting you. With auth_type cookie, phpMyAdmin displays the username and password fields on a web page form rather than a popup dialog. Finally, check your webserver error log for any hints; it might log more information about where this authentication is configured.

Error changing admin password wso2am-2.0.0 new install

I've changed the wso2carbon.jks keystore to my own store and my CA signed cert is working fine via a remote browser for https. However when I try to change the admin password via the carbon management console UI and restart the API manager I get problems with:
AMQConnection Unable to connect to broker at tcp://10.16.0.5:5673
org.wso2.andes.AMQException: Error occurred while establishing a connection
I'm running 2.0.0 of API manager on Ubuntu 14.04
I don't have enough points to comment on a similar issue:
WSO2 API Manager - Error changing admin password
but happy to experiment and isolate this bug. I could try to change the admin password for all references in xml files under conf if needed.
Please advise on the best way to change the admin password for API manager. I'm happy to do a clean install and see if I can just change the admin password. Please advise if I should use the UI or change in repository/conf files.
Search all xml files with "admin" references. What I can recall is, api-manager.xml, user-mgt.xml, identity.xml, etc.. You may also check out the related wso2 doc.
I've just worked through this issue with WSO2 support. In my case it had to do with the content of the password. I used the same admin password for v2 as I did for v1.10 but apparently the different frameworks in v2 has a problem with special characters in the password. More specifically, a '#' character. The link below was provided as a reference. Upon changing the admin password, both in the console and in the user-mgt.xml file, and restarting the product, I am no longer experiencing the exception.
https://wso2.org/jira/browse/APIMANAGER-4991

WSO2 Agent "Cannot proceed the authentication" but website works fine

I've gotten WSO2 working on the server. I can login through the management console and EMM, publisher, and store are all working. I can create a new user through the EMM dashboard, and the email is sent correctly. So everything is fine while using the website.
I'm using the sample APK that comes with WSO2 to do some development, but every time I try to register the app pops up "Authentication Failed - Cannot proceed the authentication. Please contact an administrator." And there is no output in the console when this happens.
If I put in the incorrect credentials I get a separate error, "Authentication Failed - Incorrect login information. Please try again." So I know my credentials are correct.
What does this mean? Is there another place to find more detailed logs?
Have you tried debugging the Android-agent ? If so you might be able to provide more information regarding this issue by looking at agent debug logs.
BTW did you tried enrolling as the admin user?