Hi everyone,
I'm just having some issues on my login page.
I'm trying to validate the password field but I don't know what I'm doing
wrong because I can't get the validate_entropy to display when the user
enters the password.
How can I activate that option?
<form id= "formGenerico" class="form-horizontal col-md-11" method="post">
<fieldset>
{{=form.custom.begin}}
<div class="form-group">
<div class="col-md-12 inputGroupContainer">
<div class="input-group"> <span class=
"input-group-addon"><i class="fas fa-user"></i></span>
{{=form.custom.widget.username.update(_placeholder="Nombre de
usuario").add_class('form-control')}}
</div>
</div>
</div>
<div class="form-group">
<div class="col-md-12 inputGroupContainer">
<div class="input-group"> <span class=
"input-group-addon"><i class="fas fa-key"></i></span>
{{=form.custom.widget.password.update(_placeholder="ContraseƱa")}}
</div>
</div>
</div>
</fieldset>
</form>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/web2py/9f67a356-7dbd-4187-8b94-f98b20c5f840%40googlegroups.com.