I Have trouble in my websites. Nothing happen when I create, edit, or delete field and form using this plugin. I already tried in another browser, hosting, but the problem is same. Please provide me a help. Thank you.
]]>$user->roles
return array without 0 index. And in code, you very often retrieve a role like this $user->roles[0]
includes/classes/Authenticator/Login.php:549
if ( 'backup_codes' !== $provider && SettingsPage::are_backup_codes_enabled( $user->roles[0] ) && isset( $codes_remaining ) && $codes_remaining > 0 ) {
includes/classes/Admin/Controllers/class-settings.php:177
if ( null === $role ) {
$role = $user->roles[0];
}
I temporarily fixed the problem at my site by replacing $user->roles[0]
into array_pop($user->roles)
but that doesn’t solve the problem globally. I think you should add an util that will get the role regardless of indexes
So Max Mega Menu is affecting the workflow of my Plugin Ultimate Membership Plugin. Any Ideas how to solve this Problem?
This error message is all above my Menu..
Thanks!
]]>Is this an intended behavior? Is what I am trying to do an impossible feature with Ultimate Member?
]]>I have a question regarding the “reset the password” function on our website, sicet.org. Some users indicated that they could not successfully reset the password since the link provided in that “reset password” email is broken.
We checked the links included in the email.
1) the “Reset your password” template email message body (Ultimate Member -> Settings -> Email) contains the {password_reset_link} field in the email.body.
2) the emails are being sent in plain text even though the Use HTML for E-mails checkbox is selected.
Reset your password
Can you please provide any suggestions on how to fix it? Thank you.
]]>