Describe your issue or idea
This label is not so informative as should and may produce headache for novice, what it is mean - "(not verified)" - for what, or by whom?
Steps to reproduce (if reporting a bug)
This label appears next to unregistered user name in comment (if "Name" field is provided) or next to "Anonymous" word.
Same annoying label appears on "Recent log messages(dblog)" page for any 403/404 warning and so on, even for cron run records.
Proposed solution
Remove this label.
File core/modules/user/user.theme.inc - just remove line 265:
$variables['extra'] = ' (' . t('not verified') . ')';
In case if this is acceptable for all someone with hands on code can add this small fix to their PR.
Thanks.