Major Issue #2: On the same page, I cannot login with my own Admin credentials. Here is the error I get:?“Something went wrong while submitting form through AJAX request. Please contact site administrator.” Well, that’s me. Should I disable AJAX?
Thank you for your great helpfulness on my previous issues.
]]>Due to site rules, a strong password is required. Please choose a new password that rates as Strong on the meter. Das Passwort wurde nicht aktualisiert.
You’ll notice that the last sentence is already translated to German. Which is fine. But where can I find the other text to get them translated to German? I think I have looked about everywhere but cant seem to find these two sentences. Can you help me? I really need that whole message in German for my users.
]]>This is caused by the line
require('api'.DIRECTORY_SEPARATOR.'api.php');
in function moppm_includes
of class MOPPM
.
The CiviCRM plugin also has a file api/api.php
resulting in this file being loaded twice.
This can be fixed by using absolute paths:
require plugin_dir_path(__FILE__) . 'api' . DIRECTORY_SEPARATOR . 'api.php';
(Thanks to @haystack on https://chat.civicrm.org for diagnosing this.)
]]>Could you help me?
I found that when we change password by password reset form one browser in place of session Expire from other browser its just update password from other browser and the old session got updated without being logout
Steps to check Session Management issue On password reset:
1- Login to your account in one browser.
2- Generate password reset link in second browser for the same account
3- Open the password reset link in second browser and change the password.
4- Your Session Got Updated in place of expiration`
Do you plugin can help with this?
Any help would be greatly appreciated. Please advise.
Thank you!