MobileBlur

Check-in [0a19da60e0]
Login
Overview
Comment:Fixed bug that kept login form from working on non-localhost (turns out web2py 1.96.1 disabled generic views for other hosts)
Timelines: family | ancestors | descendants | both | feature/web2py_auth
Files: files | file ages | folders
SHA1: 0a19da60e080db743401de2fcb1f10c27da856ba
User & Date: spiffy on 2011-11-20 13:31:15
Other Links: branch diff | manifest | tags
Context
2011-11-20
13:37
Merged in support for a real auth system, not a one-user DB kludge check-in: 57cc1847b3 user: spiffy tags: develop
13:31
Fixed bug that kept login form from working on non-localhost (turns out web2py 1.96.1 disabled generic views for other hosts) Closed-Leaf check-in: 0a19da60e0 user: spiffy tags: feature/web2py_auth
05:28
Upgraded to web2py 1.99.2 check-in: 5e6e1e2c0a user: spiffy tags: feature/web2py_auth
Changes

Added applications/mobileblur/views/default/login.html version [52a0d74dbd].















>
>
>
>
>
>
>
1
2
3
4
5
6
7
{{left_sidebar_enabled=right_sidebar_enabled=False}}
{{extend 'layout.html'}}

{{= login_form }}

{{block left_sidebar}}New Left Sidebar Content{{end}}
{{block right_sidebar}}New Right Sidebar Content{{end}}