Rhizi / rhizi

Connective intelligence
GNU Affero General Public License v3.0
13 stars 3 forks source link

Sign-in fields should have autocompete #656

Closed Garbash closed 8 years ago

Garbash commented 8 years ago

When a user signs-in, the field should allow auto-complete in a similar way any form field in browsers do. E.g. autocomplete your email address or name field

clemsos commented 8 years ago

This feature is named "autofill" (autocomplete is more for search boxes). Problem comes from the fact that the HTML is wrong : the signup / signin forms are all contains in DIV tags when they should be FORM tags.

clemsos commented 8 years ago

not sure how the template deployment works though to fix this