Description of problem: After created a WordPress application in the website,user can get a initial username(Admin) and password(OpenShiftAdmin). But when I use the given username and password to login the wordpress page, it said:"Error:The password you entered for the username admin is incorrect" Version-Release number of selected component (if applicable): devenv_1904 How reproducible: always Steps to Reproduce: 1.Create a Wordpress application.And write down the given username and password. 2.Open the url of your wordpress app,click "log in" in the page. 3.Ipput the given username and password. Actual results: Error message for login failed. Expected results: It should login successfully. Additional info:
This issue exists on the production as well.
The production issue should have gone away as the merge commit has been reverted in the https://github.com/openshift/wordpress-example And so should the devenv. Rolled back the commit and sent a new pull request. The main issue is in the templates using hardcoded passwords.
*** Bug 841970 has been marked as a duplicate of this bug. ***
Tested this issue on production and the INT environment, both of the given user and password can login the app url correctly.So I will changed it to verified.