diff --git a/VERSION b/VERSION index 80f6d0c2..4b8679fb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.6 (2012-09-03 08:17:01) stable +Version 2.0.6 (2012-09-03 08:47:06) stable diff --git a/applications/admin/views/default.mobile/index.html b/applications/admin/views/default.mobile/index.html index 1b775d18..90f02961 100644 --- a/applications/admin/views/default.mobile/index.html +++ b/applications/admin/views/default.mobile/index.html @@ -2,7 +2,9 @@

web2py™ {{=T('Web Framework')}}

{{=T('Login to the Administrative Interface')}}

-
+ +{{if request.is_https or request.is_local:}} +
@@ -11,4 +13,6 @@
- +{{else:}} +

{{=T('ATTENTION: Login requires a secure (HTTPS) connection or running on localhost.')}}

+{{pass}}