Artifact 7cba4a5dbcd3c26c0c7fee9cd7f82f4e6f34edf3:
- File applications/admin/views/default/user.html — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 590) [annotate] [blame] [check-ins using] [more...]
- File applications/mobileblur/views/default/user.html — part of check-in [6548f791b4] at 2011-08-15 01:53:32 on branch develop — Mobileblur can log in for a user and get all feeds with unread content above a hardcoded threshold (user: spiffy, size: 590) [annotate] [blame] [check-ins using]
- File applications/welcome/views/default/user.html — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 590) [annotate] [blame] [check-ins using]
{{extend 'layout.html'}} <h2>{{=T( request.args(0).replace('_',' ').capitalize() )}}</h2> <div id="web2py_user_form"> {{=form}} {{if request.args(0)=='login':}} {{if not 'register' in auth.settings.actions_disabled:}} <br/><a href="{{=URL(r=request,args='register')}}">register</a> {{pass}} {{if not 'request_reset_password' in auth.settings.actions_disabled:}} <br/><a href="{{=URL(r=request,args='request_reset_password')}}">lost password</a> {{pass}} {{pass}} </div> <script language="javascript"> <!-- jQuery("#web2py_user_form input:visible:enabled:first").focus(); //--> </script>