Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Username doesn't get revalidated if it gets overridden by E-Mail #156

Open
konnisoelch opened this issue Apr 12, 2019 · 0 comments · May be fixed by #157
Open

Username doesn't get revalidated if it gets overridden by E-Mail #156

konnisoelch opened this issue Apr 12, 2019 · 0 comments · May be fixed by #157

Comments

@konnisoelch
Copy link

konnisoelch commented Apr 12, 2019

Settings

Versions

  • TYPO3 9.5.5
  • femanager 5.0.0

TypoScript

plugin.tx_femanager.settings.new.validation {
    username.required = 0
    username.uniqueInDb = 1
}

The initial unique check works fine, but if the username gets replaced by the email in femanager/Classes/Controller/NewController.php the username doesn't get revalidated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants