web/views/basetemplates.py
changeset 10322 d7c33cbdce8b
parent 9778 23bad0114b84
child 10510 51321946da37
--- a/web/views/basetemplates.py	Thu Jan 29 10:54:41 2015 +0100
+++ b/web/views/basetemplates.py	Tue Mar 31 10:22:05 2015 +0200
@@ -514,10 +514,6 @@
         if config['auth-mode'] != 'http':
             self.login_form(id) # Cookie authentication
         w(u'</div>')
-        if self._cw.https and config.anonymous_user()[0] and config['https-deny-anonymous']:
-            path = xml_escape(config['base-url'] + self._cw.relative_path())
-            w(u'<div class="loginMessage"><a href="%s">%s</a></div>\n'
-              % (path, self._cw._('No account? Try public access at %s') % path))
         w(u'</div>\n')
 
     def login_form(self, id):