Problem/Motivation
When navigating to the user/login page (site/user/login), the additional tabs of password reset and create account are not present in both the Barrio theme and subtheme.
Steps to reproduce
Enable Barrio, log out, navigate to login(site/user/login), and review the tabs 'Create new Account' and "reset you password" exist. In my case they do not.
Proposed resolution
I don't know how to fix this. Is there a twig file missing? Bartik has the tabs on the same site when set as theme so im not sure how to alter my site to have it work.
I tried moving the user account menu into the blocks similar to bartik but it had no impact.
How does this functionality work? I am pretty fresh with drupal systems so i dont know where to even start! :)
Can someone help me?
Comments
Comment #2
chansenemtp commentedHello,
This was a configuration issue. My site was not configured properly with respect to the drupal core blocks and a proper barrio theme install.
To discover this, I built a new Drupal 9 site through composer, installed Barrio and set the subtheme as default. The login tabs displayed.
I compared my site with this new build to discover the proper configuration.
Once my structure blocks were applied correctly based on its install, the tabs were available and visible.
For others,
When deploying the theme, the 'tabs' core and 'primary admin actions' blocks were disabled on my site.
They are supposed to reside in the 'Content' block under structure>blocks and once they were placed under the content block, the tabbed 'create new account' and 'reset password' tabs show up.
This is not a bug or feature request/support request but a configuration issue. Please close this. :)
Thanks,
Crystal
Comment #3
shyam_bhatt