[web2py] Re: password widget, validators and ending up with asterisks

2011-09-03 Thread Aaron Mahler
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

[web2py] Re: password widget, validators and ending up with asterisks

2011-09-02 Thread Massimo Di Pierro
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

[web2py] Re: password widget, validators and ending up with asterisks

2011-09-02 Thread Aaron Mahler
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

[web2py] Re: password widget, validators and ending up with asterisks

2011-09-01 Thread pbreit
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