Problem/Motivation

When registering a new account and confirming the mail address, the user afterwards has to change his password.

Currently, we also redirect "away" from the user edit form to our destination. Like for ?destination we should also add a setting to respect the ?check_logged_in parameter (and explain the use-case in the description) and should not redirect in that case.

https://git.drupalcode.org/search?search=check_logged_in&nav_source=navb...

Please test if this works like for ?destination. Hopefully it does.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

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

anybody created an issue. See original summary.

anybody’s picture

Priority: Normal » Major

Yes should work. The value is ?check_logged_in=1

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

grevil’s picture

Assigned: grevil » Unassigned
Status: Active » Needs review

Please review!

grevil’s picture

Title: Add option to respect ?check_logged_in parameter and not redirect » Add a setting, to not redirect the user, after he registered his account
Status: Needs review » Needs work

We though, that this parameter is only used when registrating a new user. Unfortunately, this query parameter is set on every login. So we need to implement this differently.