1
0
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:
Adolfo Gómez García 2015-09-12 22:11:13 +02:00
commit 485ed4d60b

View File

@ -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())