Problem/Motivation

While working on #3193507: Out of Memory error: Do not load all users on config page, I noticed that the config options for who to send email to if the user requests an account are not being used, because #3096499: Account request overhaul switched user registration requests to use the system’s account request form instead of maintaining our own.

Steps to reproduce

Look in the code (anywhere other than the config form) for account_request_site_mail or account_request_site_administrators.

Alternatively, configure a system so that users who are authenticated via SAML can request an account, and set the value to something other than where the system would typically send such email, then request an account see which address the email goes to.

Proposed resolution

Remove these config fields and related code, as done in issue fork.

Remaining tasks

None.

User interface changes

Nothing evident to non-admins.

The “Login” tab in the admin UI has two fewer config options (which were only visible if “Allow users without an account to request an account?” is checked).

API changes

None.

Data model changes

Two unused config options are removed.

Issue fork saml_sp-3206118

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

jproctor created an issue. See original summary.

jrglasgow made their first commit to this issue’s fork.

jrglasgow’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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