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.
It's not difficult to write JS code in an admin theme (without a module) that would save text from CKEditor to LocalStorage every X minutes and add a button to restore the text from LocalStorage...
Another contrib module came to my mind: Save & Edit.
Of course, that's also not what you had in mind - it saves to the server. But it can be helpful when the network the author's...
... Autosave module that you mentioned, but it saves to the database
I thought, that's what you're after.
I am looking for is to save to localStorage...
Thanks for your prompt reply.
I tried the Autosave module that you mentioned, but it saves to the database, and the behavior I am looking for is to save to localStorage, in other words,...
Hi lloyddunn,
the important thing is: don't mix up CKEditor "autosave" (client side) and node save.
Node save means, that the current form gets validated and saved to the Backdrop...
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?