profile does not validate URL field on registration
twohills - April 11, 2008 - 06:04
| Project: | Drupal |
| Version: | 5.6 |
| Component: | profile.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Profile field of type URL that users fill in on registration can contain a field with no "http://" prefix, but this field then fails validation when they edit user profile

#1
To be clear: they can enter "www.foo.com" when registering and receive no validation error, but if they later edit their profile the same field will receive a validation error for not having "http://". i.e. the validation is different between registering and edit profile