I think a contrib module that allows an admin to generate a password reset or login link email for any user (just by clicking a button) would be really helpful.
This is because of the sticky header menu.
What you will need is some way of offsetting it. Here is one example:
https://stackoverflow.com/a/13184714/24246072
Give...
Posted19 hours 31 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Now only one problem left:
The link jumps to right under the H3 with the 'id' - why?
Do I need to set the id in something above where I want it - like a <div>?
The page...
Comments
I found this D7 Q/A that says you have to block and then unblock the users account to generate a new login link.
https://www.drupal.org/forum/support/post-installation/2011-11-29/how-do-i-resend-activation-e-mail
I tested this on Backdrop CMS and it works.
Are there any other options?
I think a contrib module that allows an admin to generate a password reset or login link email for any user (just by clicking a button) would be really helpful.
Does such a module exist already?