Hi everybody:
I was able to solve my problem.
def validar_password(form):
entered_password = str(form.vars.new_password)
entered_password = entered_password.strip()
new_password = request.vars.new_password
#Retrieve passwords
rows_password = db(db.thist_password.usrid ==
aut
On Friday, July 30, 2021 at 1:34:44 PM UTC-7 isi_jca wrote:
> Hi everybody:
>
> I was able to solve my problem.
>
>>
>>
Good to hear!
/dps
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/w
2 matches
Mail list logo