We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed57197 commit 8e51c3cCopy full SHA for 8e51c3c
doc/wordpress.md
@@ -46,7 +46,15 @@ subscribers also use the following aliases:
46
47
### Blog accounts
48
49
-TODO.
+The WordPress hosts can't send mail, so a normal password reset can't
50
+be done that way. Instead it's possible to reset a lost password with
51
+the `wp` CLI utility:
52
+1. Log in to the active `wpblogs` host
53
+2. Navigate to the correct directory under `/srv/wordpress/sites/`, for
54
+ example `/srv/wordpress/sites/jquery/` for blog.jquery.com.
55
+3. Run `sudo -u www-data wp user reset-password <USERNAME> --skip-email --show-password`
56
+4. Log in via wp-admin, and maybe set a new password other than the
57
+ randomly generated one?
58
59
## Doc sites
60
0 commit comments