Changeset 1440 for trunk/pylucid/PyLucid/plugins_internal/auth/auth.py
- Timestamp:
- 02/22/08 15:02:26 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/plugins_internal/auth/auth.py
r1439 r1440 166 166 "Warning: DEBUG is ON! Should realy only use for debugging!" 167 167 ) 168 169 # This view is available for anonymous users. Only a anonymous user 170 # must login ;) 171 # But the html line <meta name="robots" content="{{ robots }}" /> 172 # should be set to "NONE,NOARCHIVE" 173 self.request.anonymous_view = False 168 174 169 175 UsernameForm = forms.form_for_model(User, fields=("username",))
