Installed the Two-factor Authentication module as well as TFA Basic Plugins module. Wanted to ask if it is possible to send codes via email with these installed. Not seeing that this is possible but wanted to see if I was missing something.
Was thinking that I would have the user's email (as part of their account info) so it might be easier to email them a code rather using another method (unless they chose to receive it via their phone).
Recent comments
Thank you, that's what I was looking for!
Setting width for main menu showing as hamburger menu, sidebars not displayed
As for the sidebar breakpoint, check core/modules/layout/css/grid-flexbox.css. You should avoid editing the values there, as they will be overwritten next time you update core. Instead,...
Setting width for main menu showing as hamburger menu, sidebars not displayed
Have you tried editing the breakpoint at admin/structure/menu/settings?
Setting width for main menu showing as hamburger menu, sidebars not displayed
Thank you!
How to change meta name="viewport"
I think the function you actually want is hook_html_head_alter Something like: function theme_name_html_head_alter(&$head_elements){ $head_elements['viewport']['#attributes']['...
How to change meta name="viewport"