Removing "(not verified)" in Drupal 7
Out of the box, Drupal puts (not verified) next to user information for anonymous users. For example, when an anonymous user submits a comment (not verified) appears next to their name. This is handy for community sites where you need to distinguish between who is a member and who isn't. For sites, like a single user blog, the (not verified) doesn't fit. So, one of the first things I do when a fresh new major release of Drupal comes along is learn how to remove the (not verified).
In past versions of Drupal removing the (not verified) happened thought the theme system and theme_username. When I took a look inside theme_username in Drupal 7 I found it had been entirely rewritten and there was no sign of (not verified). Luckily, I didn't need to trace through the code to figure out where to remove it. This is such a common change there is now a setting for it.
To get to the setting go to Appearance in the navigation and then click on settings for the theme you want to remove it from.

Scroll down to the Toggle Display section and uncheck User verification status in comments. Click on Save configuration at the bottom to save the changes and you're done.

If you have multiple themes and want to disable the (not verified) in all of them you can do that in the Global settings. The setting is in the same place as an individual theme on the Global settings page.

Hey Matt! Hope you're doing well man!
Sort of an off-topic question, but since you brought up Drupal 7, I am wondering what your thoughts are on the state of Drupal e-commerce? Ryan has left Ubercart and is doing the Drupal Commerce project so it leaves many of us who do sites with Ubercart up in the air right now. The future looks exciting but the present looks scary to me since I have a lot of sites out there that use Ubercart! Any Thoughts?
If you check out Ryans post on it you'll see he says there will be an upgrade path from Ubercart in Drupal 6 to Commerce in Drupal 7. So, I'm not worried. Nothing to be worried about.