Modifying settings of administrator modifies nothing.
The $wp_admin
, $wp_passwd
, $wp_mail
are not used by config.pp
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Author Owner
$> wp user list +----+------------+--------------+-------------------------+---------------------+---------------+ | ID | user_login | display_name | user_email | user_registered | roles | +----+------------+--------------+-------------------------+---------------------+---------------+ | 1 | wp1admin | wp1admin | fc.contact@adullact.org | 2018-07-28 19:10:09 | administrator | +----+------------+--------------+-------------------------+---------------------+---------------+ $> wp user update 1 --display_name='My god' --user_login=God --user_email=foo@bar.com Warning: User logins can't be changed. sh: 1: /usr/sbin/sendmail: not found Success: Updated user 1. $> wp user list +----+------------+--------------+-------------+---------------------+---------------+ | ID | user_login | display_name | user_email | user_registered | roles | +----+------------+--------------+-------------+---------------------+---------------+ | 1 | wp1admin | My god | foo@bar.com | 2018-07-28 19:10:09 | administrator | +----+------------+--------------+-------------+---------------------+---------------+
- Fabien Combernous changed title from modify administrator settings modify nothing to modify administrator settings of wordpress modify nothing
changed title from modify administrator settings modify nothing to modify administrator settings of wordpress modify nothing
- Fabien Combernous changed title from modify administrator settings of wordpress modify nothing to Modifying settings of administrator modifies nothing.
changed title from modify administrator settings of wordpress modify nothing to Modifying settings of administrator modifies nothing.
- Fabien Combernous changed milestone to %1.3.2
changed milestone to %1.3.2
created branch
36-modifying-settings-of-administrator-modifies-nothing
- Fabien Combernous mentioned in merge request !41 (merged)
mentioned in merge request !41 (merged)
- Fabien Combernous assigned to @fcombernous
assigned to @fcombernous
- Fabien Combernous mentioned in commit bc92eccb
mentioned in commit bc92eccb
- Fabien Combernous closed via merge request !41 (merged)
closed via merge request !41 (merged)
Please register or sign in to reply