Problem/Motivation

In #2648272: Deprecate retrieving password from $account we deprecated access to $account->password - in Drupal 12 we should stop setting this property entirely.

Steps to reproduce

Proposed resolution

Remove code that sets $account->password.
Remove the __get() deprecation for it.

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3571296

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

longwave created an issue. See original summary.

longwave’s picture

Status: Active » Needs review
smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Looks like a good removal.

  • catch committed 4de2b4c0 on main
    task: #3571296 Remove plaintext $account->password
    
    By: longwave
    
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to main, thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.