mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
Merge remote-tracking branch 'origin/v1.9'
This commit is contained in:
commit
485ed4d60b
@ -58,7 +58,7 @@ import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
__updated__ = '2015-05-27'
|
||||
__updated__ = '2015-09-12'
|
||||
|
||||
|
||||
@csrf_exempt
|
||||
@ -230,8 +230,6 @@ def ticketAuth(request, ticketId):
|
||||
theme.template('simpleLauncherAlreadyLaunched.html'),
|
||||
context_instance=RequestContext(request)
|
||||
)
|
||||
|
||||
return errors.exceptionView(request, InvalidUserException())
|
||||
except Authenticator.DoesNotExist:
|
||||
logger.error('Ticket has an non existing authenticator')
|
||||
return errors.exceptionView(request, InvalidUserException())
|
||||
|
Loading…
Reference in New Issue
Block a user