femanager icon indicating copy to clipboard operation
femanager copied to clipboard

Client validation bug for uniqueInPage and password repeat

Open klodeckl opened this issue 1 year ago • 3 comments

If the client side validator is active for profile edit the following validation errors occur:

  • uniqueInPage validator fires but the username (email because of fillEmailWithUsername is set) is not changed
  • password repeat validator fires with “Field could not be validated” (validationErrorGeneral) but the password is not changed (no value in password and password_repeat

Setting plugin.tx_femanager.settings.edit.validation._enable.client = 0 seems to help (server validation is fine?).

femanger current github main branch version TYPO3 12.4.23 PHP 8.2

klodeckl avatar Nov 28 '24 14:11 klodeckl