Skip to content
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

Issue 6806: Improve setting to enable simplified login page, separate… #4986

Open
wants to merge 2 commits into
base: 1.x
Choose a base branch
from

Conversation

jenlampton
Copy link
Member

@jenlampton jenlampton force-pushed the 6806-simplified-login-settings branch from 8dc6752 to cf46ace Compare January 9, 2025 22:18
@dragonbot
Copy link
Collaborator

Tugboat has finished building a preview for this pull request!

Website: https://pr4986-pq5i1jdyw9hnjx2eeksrdvnywitnzuks.tugboatqa.com/
Username: admin
Password: bfa7504d4812

This preview will automatically expire on the 9th of March, 2025.

@@ -282,6 +296,7 @@ function system_themes_admin_form_submit($form, &$form_state) {
}

$config->set('admin_theme', $new_admin_theme);
$config->set('login_admin_theme', $form_state['values']['login_admin_theme']);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only setting the config item's not sufficient here.

It's probably necessary to flush all caches, as other (cached) hooks are relevant for the simplified display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UX] Improve settings for simplified login page
3 participants