diff -r e956ddc868c0 -r c340ba4bd544 VirtualMailManager/handler.py --- a/VirtualMailManager/handler.py Sat Apr 14 12:39:06 2012 +0200 +++ b/VirtualMailManager/handler.py Sat Apr 14 14:33:21 2012 +0200 @@ -752,9 +752,6 @@ def user_name(self, emailaddress, name): """Wrapper for Account.modify('name', ...).""" - if not isinstance(name, basestring) or not name: - raise VMMError(_(u"Could not accept name: '%s'") % name, - INVALID_ARGUMENT) acc = self._get_account(emailaddress) if not acc: raise VMMError(_(u"The account '%s' does not exist.") %