Module account
source code
product: LinOTP2
module: linotpd
edition: Community Edition
Copyright (C) 2010 - 2012 LSE Leading Security Experts GmbH
License: AGPLv3
contact: http://www.linotp.org
http://www.lsexperts.de
linotp@lsexperts.de
Description: This file is part of the linotpd service
Dependencies: -
|
|
AccountController
The AccountController
/account/
is responsible for authenticating the users for the selfservice portal.
|
|
|
log = logging.getLogger(__name__)
|
|
|
optional = True
|
|
|
required = False
|
|
|
__package__ = 'linotp.controllers'
|