-
Notifications
You must be signed in to change notification settings - Fork 823
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
Re-deprecate Member::create_new_password #8577
Comments
See #8563 which is related, in that this appears to be causing community confusion (i.e. using when it probably shouldn't be). |
This issue is really old - it wouldn't make sense to reintroduce that API at this point. |
Oops, reopened. I thought from reading the description that the method had been removed, but it was actually the deprecation notice which was removed. |
Silverstripe 5 is coming up. Is this on the plan? |
@NightJar It is in our backlog, but it's a pretty low priority. |
If it's deprecated now it can be deleted in CMS 5 🥕 😂 |
Yup, that's correct. |
It's deprecated in the Regardless though, nothing calls this method in core so I'll re-deprecate it |
PR merged. |
Affected Version
4.x
Description
A while ago there was a commit that deprecated the seemingly unused
Member::create_new_password
API: f16d7e1That code deprecation isn't there now:
https://github.com/silverstripe/silverstripe-framework/blob/master/src/Security/Member.php#L852
I didn't track down where this was (probably accidentally) removed but it makes sense to restore the deprecation.
Acceptance criteria
create_new_password
is meant to be deprecated.PRs
The text was updated successfully, but these errors were encountered: