Ok. Makes sense. So I wasn't nuts or "doing it wrong". :)
Thanks!
- Aaron
On Sep 2, 9:31 pm, Massimo Di Pierro
wrote:
> Field('name',type='password') makes use data can only go in but never
> out to forms.
>
> On Sep 2, 5:29 pm, Aaron Mahler wrote:> I'm definitely
> using web2py's login f
Field('name',type='password') makes use data can only go in but never
out to forms.
On Sep 2, 5:29 pm, Aaron Mahler wrote:
> I'm definitely using web2py's login functionality for the app itself,
> yes... but this particular password field I'm describing isn't related
> to logging into web2py, se
I'm definitely using web2py's login functionality for the app itself,
yes... but this particular password field I'm describing isn't related
to logging into web2py, sessions, etc. This is an interface to an LDAP
server where user account entries are being edited. The password field
is part of tha
Is there a reason you aren't using web2py's login?
If you want to customize the login page, you can do this in
views/default/user.html:
{{if request.args(0)=='login':}}
Login
{{=form.custom.begin}}
Email
{{=form.custom.widget.email}}
Password
{{=f
4 matches
Mail list logo