Skip to content

Commit 03695e0

Browse files
committed
PLUGINS-6325
1 parent b0319b5 commit 03695e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ecwid_api_v3.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ public function create_store( $params = array() ) {
794794
if ( ! empty( $params['password'] ) ) {
795795
$password = $params['password'];
796796
} else {
797-
$password = wp_generate_password( 8 );
797+
$password = '';
798798
}
799799

800800
$data = array(

0 commit comments

Comments
 (0)