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 post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View.
https://drupal.stackexchange...
Posted10 hours 18 min ago by Alejandro Cremaschi (argiepiano) on:
After alot of trials, i have done the obvious and translated the whole block for different languages with each property condition as follows:
->propertyCondition('langcode', 'en...
Thanks so much! It's working now:
I was able to transfer the docroot files to the containing directory without the need for a second database or any manual configuration export/import/sync...
Ah, I see. Sorry, I hadn't clicked the link and assumed it was the instructions for upgrading from Drupal 7.
If you are simply copying a site from one location on a server to another, the...
Thanks for the quick reply, laryn.
No features, no Drupal: I built the source site in Backdrop in a subdirectory of the target directory under the same user home directory on the same...
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?