Adhere to accessRestriction in simple auth

This commit is contained in:
Johannes Zellner
2015-10-15 15:18:40 +02:00
parent fbc3ed0213
commit 9833d0cce6
2 changed files with 17 additions and 6 deletions

View File

@@ -117,6 +117,7 @@ AppsError.BAD_STATE = 'Bad State';
AppsError.PORT_RESERVED = 'Port Reserved';
AppsError.PORT_CONFLICT = 'Port Conflict';
AppsError.BILLING_REQUIRED = 'Billing Required';
AppsError.ACCESS_DENIED = 'Access denied';
// Hostname validation comes from RFC 1123 (section 2.1)
// Domain name validation comes from RFC 2181 (Name syntax)