Unblock the specified user(s).
drush user-unblock
users : A comma delimited list of uids, user names, or email addresses.
Unblock the users with name, id, or email 5 or user3, uids 2 and 3, names someguy and somegal, and email address of billgates@microsoft.com
drush user-unblock 5,user3 --uid=2,3 --name=someguy,somegal --mail=billgates@microsoft.com