Info: Performing the step described in this article requires direct server access. Depending upon how your system is hosted and the level of access you have to that system, coordination may be required with your Partner or WoodWing Support team. For a full overview of the steps that need to be done by WoodWing and how to request them, see WoodWing Cloud - Change management.
The default Studio Server configuration contains a hard-coded “woodwing” user with password “ww” which is used for running specific tests.
Note: In Studio Server 10.43.0 and higher, this password is randomly generated during a new installation of Studio Server.
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 (recommended: config_overrule.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.