Skip to content

Commit 447daac

Browse files
committed
Fixed #445 Removed warning message
1 parent 98ca260 commit 447daac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ee/cli/plugins/site_functions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -656,9 +656,7 @@ def updatewpuserpassword(self, ee_domain, ee_site_webroot):
656656
except CommandExecutionError as e:
657657
raise SiteError("wp user password update command failed")
658658
Log.info(self, "Password updated successfully")
659-
if len(ee_wp_pass) < 8:
660-
Log.warn(self, "Warning: You have provided a "
661-
"weak password")
659+
662660
else:
663661
Log.error(self, "Invalid WordPress user {0} for {1}."
664662
.format(ee_wp_user, ee_domain))

0 commit comments

Comments
 (0)