Module selfservice
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
In provides the self service interface,
where users can manage their own tokens
All functions starting with /selfservice/user...
are data functions and protected by the session key
i.e. the session key must be passed as the parameter session=
Dependencies: -
|
|
log = logging.getLogger(__name__)
|
|
|
audit = None
hash(x)
|
|
|
optional = True
|
|
|
required = False
|
|
|
__package__ = 'linotp.controllers'
|