- Issue created by @murz
- Merge request !146Issue #3507155: Set the author as superuser for content created by Drush → (Open) created by murz
- 🇦🇲Armenia murz Yerevan, Armenia
I created an MR with the implementation, please review.
Now entities, created by Drush, has the anonymous author value, if the author can't be found by email.
It's pretty often when the emails are different in the dev and production sites, but deploying content authored by anonymous not very good from the UX point of view.
I think we can simply check if the command is run by Drush and assign uid=1 for this case, because Drush is actually the admin user.
Active
1.4
Code
I created an MR with the implementation, please review.