Joel Jones
Forum Replies Created
-
I’ve been using this code snippet for several days, and it is correctly pre-filling the password for me, but it is not pre-filling the email address…
The “sso_plugin_email” needs to be the same as the current user’s email address.
Unfortunately, trying to get support from the support tickets has been a terrible experience.
https://portal.pinnacleifs.com/
You can register an account
Another question about your setup: are you using a single Search Console account and Google Analytics account to connect all sites?
If so, you might be hitting some API limits which may prompt Site Kit needing to reconnect more often than normal. We investigated this previously in this issue. The recommendation found here might be helpful to prevent having to reauthorize.
That looks like it’s the issue. I’m a webmaster for an agency, so I’m using a single account for all analytics / search console.
I think adding some kind of notice on Site Kit installation about the API limit would be extremely helpful.
So in my case, based on that other thread, does that mean I can’t use Site Kit since I’m managing more than 50 sites? Or – does it mean I need to connect Site Kit to the site via different emails/accounts on every site?
Thanks @reneesoffice I just submitted the form.
As to question #2 – there are technically other admins, but I’m the sole developer, so I’m really the only person that logs in. However, that does raise the question – does site kit have to be set up by every admin?
Hi Everyone,
Could you please try this pre-release version in the link?
https://drive.google.com/file/d/1-6jx7D2I2BNqdWc04FqSRYXP-dTx08pb/view?usp=sharingWe’ve made changes to fix the issue.
Ensure that you’ve created a full backup of your site before you do the update.
Let us know if the fixes resolve the issue.
Regards,
Works for me!
- This reply was modified 4 years, 5 months ago by Joel Jones. Reason: Updated download link
I’m having this same error on https://pinnacleone.solutions/register/
I recorded a video of the error here: https://www.loom.com/share/392022c315bb412fbab9753696c5def4
- This reply was modified 4 years, 5 months ago by Joel Jones. Reason: Tagged @champsupertramp
Odd – the link works for others. Regardless, yes, there is a required Role field on the page, and I selected a role during registration. With the entire registration form filled out, I click submit and then the page almost refreshes and gives the “Please specify account type” error for the role drop-down field.
You can reproduce the error here: https://pinnacleone.solutions/register/
@ultimatemembersupport can you please confirm @mpraetzel solution above and let us know if an update is on the way to fix this?
The problem is with the file:
/includes/core/class-form.phpThe problem has to do with when adding the Roles (Dropdown) field that has custom roles added via Ultimate Member. This field sets role options, but as the title of the custom roles. When a user attempts to register, it checks the role selected against the options set for the field. The problem is on line 587 in the plugin the function
custom_field_roles
returns the titles of the roles and then line 395 compares the slug for the role against the titles of the roles. No match is found and the registration fails because the plugin thinks a user is attempting to register with a non-existent role.Solution:
Change line 395 of /includes/core/class-form.php form this:
( ! in_array( $role, $custom_field_roles, true ) || in_array( $role, $exclude_roles ) ) ) {
to this:
( /*! in_array( $role, $custom_field_roles, true ) ||*/ in_array( $role, $exclude_roles ) ) ) {
PLEASE NOTE: This is a hack and not how things should be done. For the time being it’ll get your registration back up until the Ultimate Member team rolls out a solution. The flaw with the solution is that someone could maliciously register with a non-existent role.
Same issue. I have 12 sites that use UM 2.1.9 and all have this issue. I have rolled backed to 2.1.8 as a temporary fix.
I’ve followed your directions – but based on the description, that “anything lower” than the score (1.0) will require additional login information – won’t that actually mean that EVERYONE will get a verification email now? (Take a look at the site’s threshold score)
Yes, I am still experiencing this issue with the most current version.
I have 2.1.4 installed.
@ultimatemembersupport It seems to happen during registration, but yes, I do have username, email and password fields. See attached.
Yes, username is present on my page at least.