The default Enterprise configuration contains a hard-coded “woodwing” user with password “ww” which is used for running specific tests.
In case your production configuration requires a different user name and password, this default entry should be changed.
Step 1. Open the configserver.php file in a plain-text editor.
Step 2. Locate the following line:
// ---------------------------------------------------------------------------
// Testing - Options used by TestSuite modules (at wwtest page)
// ---------------------------------------------------------------------------
define( 'TESTSUITE', serialize( array(
'User' => 'woodwing', // User name => for automatic login during tests
'Password' => 'ww', // User password => " "
'Brand' => 'WW News', // Brand name => picked to create/retrieve test data
'Issue' => '2nd Issue', // Issue name => " "
'SoapUrlDebugParams' => '',// Debug params posted by SoapClient at SOAP entry
// point URL (only applied when DEBUGLEVELS is set
// to 'DEBUG'). Typically useful to trigger
// Zend/Komodo debuggers.
)));
Step 3. Change the values for User and Password.
Step 4. Save and close the file.
Comment
Do you have corrections or additional information about this article? Leave a comment! Do you have a question about what is described in this article? Please contact Support.
0 comments
Please sign in to leave a comment.