Bacon / BaconUser

BaconUser provides simple user management
BSD 2-Clause "Simplified" License
14 stars 9 forks source link

Replace forms by fieldsets #15

Open bakura10 opened 11 years ago

bakura10 commented 11 years ago

Currently BaconUser uses form. However, forms are not reusable while fieldset are. This means that if someone want to have another form with a user, he has to duplicate all the fields.

We need to change that so we have a UserFieldset instead, and multiple forms (RegistrationForm, LoginForm…) that reuse the fieldset, and set the validation group accordingly.

DASPRiD commented 11 years ago

This sounds a little bit like overkill to me, let's discuss that on IRC.