A new Alipay non-merchant payment gateway (alpha) is available.
To install, download the attached alipay.zip, unzip and upload the "alipay" directory to ~/components/gateways/nonmerchant/" and visit Settings > Company > Payment Gateways > Available to install and configure.
alipay.zip
Yes, the first idea was to create a map file for very module, but it was very complicated to match every field with source/destination module, as some module hs unique field and others has multiple ....ect , so finnaly we have opted for this solution to be sure the change service will not give any issue in the future .
Why are you trying to get plain-text user passwords? You are aware of the security implications of this, correct? No one should ever know what someone's password is except for that person.
User login passwords cannot be decrypted because they were never encrypted to begin with. They are hashed, and that hash only works one way, so you will not be able to retrieve the plain-text version of the password from it.
It would be helpful to know what you're trying to accomplish here as there may be a better design you can employ to achieve it.
Hello,
I was following the documentation on how to create a custom cron job for a plugin: https://docs.blesta.com/x/PQEh and I noticed that after I called CronTasks::add() the cron job was not being called by cron or showing up under Company > Automation settings.
I had to look at the source docs and figure out that in addition to calling CronTasks::add() I need to run CronTasks::addTaskRun().
May you please update the confluence document to reminder developers to call CronTasks::addTaskRun() after CronTasks:add() during installs?
Thanks,
-Adam
Sent request.
https://requests.blesta.com/topic/send-welcome-email-to-added-contacts
https://requests.blesta.com/topic/added-contacts-need-a-welcome-email
FYI -
Seems someone else sent the same kind of request a month ago.
Is this function going to be "planned" ?
Here they are:
vi /etc/my.cnf and add the following lines or modify them if they exist in your installationwait_timeout=2400 connect_timeout=360restart mysqldvi /etc/php.ini and change or add the following linesmemory_limit = 512M upload_max_filesize = 512M post_max_size = 512M max_execution_time = 60restart apacheas I have the resources I used but I am sure can be lessand that is it could install, configure and migrate without any problems