DmitryZakharov / homeBudgetWeb

1 stars 0 forks source link

User Details validation common service $2 = 2 #27

Closed DmitryZakharov closed 11 years ago

DmitryZakharov commented 11 years ago

It is possible to derive the common service for user details validation. This service can be used for validation during registration and during changes of the users detailed after they have already registered. The most important validation must be for uniqueness of the username and the email address.

codingmaster commented 11 years ago

RegistrationValidation is too specific. It should be transformed to more generic UserValidationService

DmitryZakharov commented 11 years ago

profile changes are not working ....