Thanks for the helpful hints ! I found a simple script provided by OSTraining meant for Drupal 7 and I try changing some api names to backdrop and it works for me. Let me know if there's any issue with this way of working or better codes to be done. Thanks !
Replace "mypassword" with whatever you want to use as the password. The script accesses the backdrop password function and changes the password for you.
Step 4: Uninstall the PHP script and login
One you're done resetting passwords. Be sure to uninstall the php script you created by deleting it using FTP or your file manager.
Notes: This is successfully tested on backdrop v1.8.0
Thank you for your help, but my ubercart is already translated. Maybe I can use it to - in the future - upload to the Backdrop language server. I have downloaded it.
I am not btw the only...
it is 'polluted' by module translations
Here's the .po file for ubercart alone (only the strings for that module, unstranslated):
https://gist.github.com/argiepiano/...
Posted10 hours 21 min ago by Alejandro Cremaschi (argiepiano) on:
Well, this module is used in localize.backdropcms.org without any issues, and I use it myself, so the problem must be in a specific setup you are using. Without a line number for the error, or...
Posted10 hours 22 min ago by Alejandro Cremaschi (argiepiano) on:
I now have a fully translated (into Danish) Ubercart Backdrop store thanks to ChatGPT - the free version. I only see very few 'glitches' - in general much better than I could do - well, unless I...
Very interesting - seems useful.
But it gives me an error:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 't.langcode' in 'where clause': SELECT t.translation FROM {...
Comments
One way to do this is with
drush:
To use
drush
with Backdrop install the Backdrop Drush Extension or use a tool like Lando that includes drush with it.There are also some scripts in the core/scripts directory that can help with resetting passwords.
Thanks for the helpful hints ! I found a simple script provided by OSTraining meant for Drupal 7 and I try changing some api names to backdrop and it works for me. Let me know if there's any issue with this way of working or better codes to be done. Thanks !
https://www.ostraining.com/blog/drupal/password-recovery-for-drupal-7
Here the steps:
Step 1: Create a short PHP script with code below
Step 2: Upload the PHP script to the main/root backdrop directory
Step 3: Use the PHP script from your browser address bar
Step 4: Uninstall the PHP script and login
Notes: This is successfully tested on backdrop v1.8.0