We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ログインIDをメールアドレス以外に変更するには、現状コアのファイルを直接カスタマイズするしか方法がなく、プラグイン等からは拡張できない。
カスタマイズする際は以下の手順で可能だが、プラグイン等から拡張する口は用意されていない。
The text was updated successfully, but these errors were encountered:
Symfonyのdecoratesで、Member/CustomerProvider::loadUserByUsernameあたりを拡張してあげればカスタマイズ可能そうです。 https://qiita.com/chihiro-adachi/items/b3bb70e6abbc0f824965
Sorry, something went wrong.
No branches or pull requests
概要(Overview)
ログインIDをメールアドレス以外に変更するには、現状コアのファイルを直接カスタマイズするしか方法がなく、プラグイン等からは拡張できない。
カスタマイズする際は以下の手順で可能だが、プラグイン等から拡張する口は用意されていない。
環境 (environment)
関連情報 (Ref)
The text was updated successfully, but these errors were encountered: