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
5, 6
unique_identifier_field allows us to use something other than email address to uniquely identify users.
unique_identifier_field
The logic in LostPasswordHandler makes sure that the form submission is handled correctly, but there are two other aspects that need addressing:
LostPasswordHandler
a) the labelling is incorrect (SilverStripe\Security\Member.EMAIL updates a few too many places) b) the field type is incorrect (assumes EmailField)
SilverStripe\Security\Member.EMAIL
EmailField
While these are possible to overwrite, it seems heavy-handed for something that should come "bundled" with the config change.
Relates to this old issue (and related ones): #9517
MemberExtension
Username
PR here: #11568
silverstripe/installer
The text was updated successfully, but these errors were encountered:
PR merged. Will be automatically tagged by GitHub Actions
Sorry, something went wrong.
GuySartorelli
No branches or pull requests
Module version(s) affected
5, 6
Description
unique_identifier_field
allows us to use something other than email address to uniquely identify users.The logic in
LostPasswordHandler
makes sure that the form submission is handled correctly, but there are two other aspects that need addressing:a) the labelling is incorrect (
SilverStripe\Security\Member.EMAIL
updates a few too many places)b) the field type is incorrect (assumes
EmailField
)While these are possible to overwrite, it seems heavy-handed for something that should come "bundled" with the config change.
Relates to this old issue (and related ones): #9517
How to reproduce
MemberExtension
to add aUsername
fieldunique_identifier_field
to 'Username'Possible Solution
PR here: #11568
Validations
silverstripe/installer
(with any code examples you've provided)PRs
The text was updated successfully, but these errors were encountered: