Tiny regression: missing a space between "password" and "]" in the navbar.
The code: http://code.google.com/p/web2py/source/browse/gluon/tools.py#1148 bar = SPAN(prefix,self.user.first_name,' [ ', logout, ']',_class='auth_navbar') Should be: ' [ ', logout, ' ]',

