mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
Monotone-Parent: 4ac4ae3613d51d31b8aa0f22e8581e25651b89fd
Monotone-Revision: 1ab4cc7bd955a40f41ed5d3e29deca4ff763777b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-02T16:35:59 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
SOGoUser *user;
|
||||
|
||||
user = (SOGoUser *) [super userInContext: _ctx];
|
||||
if (!user)
|
||||
if (!user || [[user login] isEqualToString: @"anonymous"])
|
||||
{
|
||||
if (!anonymous)
|
||||
anonymous = [[SOGoUser alloc]
|
||||
|
||||
Reference in New Issue
Block a user