diff --git a/fas/fas/config/app.cfg b/fas/fas/config/app.cfg index a5643cb..8a51c30 100644 --- a/fas/fas/config/app.cfg +++ b/fas/fas/config/app.cfg @@ -159,6 +159,7 @@ cla_click_group = "cla_click" privileged_view_groups = "(^cla_.*)" username_blacklist = "(.*-members)|(.*-sponsors)|(.*-administrators)|(root)|(webmaster)" +# It'd be nice to have these emails under a different (sub)domain, just to be 100% safe. openidstore = "/var/tmp/fas/openid" @@ -173,9 +174,8 @@ openssl_ou = "Upload Files" # compress the data sends to the web browser # [/] -# gzip_filter.on = True +# gzip_filter.on = TrueNote: in the SVG XML, change the 'interviewee-name' text to be the name of whichever in # gzip_filter.mime_types = ["application/x-javascript", "text/javascript", "text/html", "text/css", "text/plain"] - [/robots.txt] static_filter.on = True static_filter.dir = "%(top_level_dir)s/static/robots.txt" diff --git a/fas/fas/templates/master.html b/fas/fas/templates/master.html index 294c1bd..8d6bba9 100644 --- a/fas/fas/templates/master.html +++ b/fas/fas/templates/master.html @@ -35,12 +35,12 @@
- ${_('Logged in:')} ${tg.identity.user.user_name} + ${_('Logged in:')} ${tg.identity.user.username}