#831: Add form validation for identity_from_login
--------------------------------+-------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 1.0b1
Component: Identity | Version: 0.9a5
Severity: normal | Keywords:
--------------------------------+-------------------------------------------
identity_from_login doesn't currently have any sort of form validation
it would be nice to be able to do put in a form validation into it, other
than just return the 'invalid credential' error
ie:
notnull for username/password
min/max for username/password
custom validator for username ( ie: isEmailAddress )
all of those things are in the widgets api, we just need to somehow hook
them in by deciding how to define the validators in app.cfg, and where to
log the error
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/831>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---