Mercurial > templog
diff web/templog.py @ 211:59379b2bd056
key fingerprints are case- and whitespace-insensitive.
add some comments
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 26 Jun 2014 23:02:23 +0800 |
parents | 6dd157a12035 |
children | 88dfac30d065 |
line wrap: on
line diff
--- a/web/templog.py Thu Jun 26 22:58:25 2014 +0800 +++ b/web/templog.py Thu Jun 26 23:02:23 2014 +0800 @@ -68,7 +68,7 @@ @route('/set') def set(): - allowed = ["false", "true"][secure.get_user_hash() in config.ALLOWED_USERS] + allowed = ["false", "true"][secure.check_user_hash(config.ALLOWED_USERS)] response.set_header('Cache-Control', 'no-cache') return bottle.template('set', inline_data = log.get_params(),