Ultimate Members - Users Awaiting E-mail Confirmation can login

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Ultimate Members - Users Awaiting E-mail Confirmation can login

Re: Ultimate Members - Users Awaiting E-mail Confirmation can login

by zpintar » Wed May 12, 2021 10:03 am

Hello,

Some new questions about Ultimate Membership <-> w3all plugins:
  • Is it possible to do do UM's profile fields exchange like with Buddypress profile fields?
  • When you in UM (Ultimate Membership) deactivate some active user, he can still login in WP. Is there some solution for split logins so in case of deactivated users, allow them to login only in phpBB but not in WP? (I suppose that it will be the huge problem, so maybe I can workaround deactivating users with putting them in new user role with less permissions)

Re: Ultimate Members - Users Awaiting E-mail Confirmation can login

by Maverick87Shaka » Fri Apr 02, 2021 11:34 am

axew3 wrote: Wed Mar 31, 2021 3:06 pm it is an ultimate member issue? Because this side, if the user result not active, the function return and the user is not added into phpBB.
The fact that it is in incognito or not mean nothing.

This applied solution resolve, there is no incognito mode that can interfere with:
https://www.axew3.com/w3/forums/viewtop ... 5220#p5220
I'll try without the WP_w3all to understand if this particular one it's a common problem of Ultimate Member and not related to the forum integration.

Re: Ultimate Members - Users Awaiting E-mail Confirmation can login

by axew3 » Wed Mar 31, 2021 3:06 pm

If the user try to login in the same browser instance of the registration, ti will receive the error message that he have to activate the account with the mail.
But if users open a private navigation tab or another browser, he can make the login even without click on the activation link in the email
it is an ultimate member issue? Because this side, if the user result not active, the function return and the user is not added into phpBB.
The fact that it is in incognito or not mean nothing.

This applied solution resolve, there is no incognito mode that can interfere with:
https://www.axew3.com/w3/forums/viewtop ... 5220#p5220

Re: Ultimate Members - Users Awaiting E-mail Confirmation can login

by Maverick87Shaka » Wed Mar 31, 2021 2:34 pm

axew3 wrote: Wed Mar 31, 2021 2:04 pm Finally, after a complete system re-installation i've take the time to re-install also common plugins into my test localhost.

So now i see anyway, that avatars are not working when ultimate members active.
There is some option on it, that do not let use wp avatars and that should be deactivated or what? You know?
Actually we really don't care so much about users avatar, if the users want they have to setup manually their avatar for Wordpress with Ultimate Member, and do it again for phpbb.

It will be really cool have only one place to setup the avatar, and see in both wordpress and phpbb forum, but it's not really a mandatory for our projects.

I've a bad news by the way.

If the user try to login in the same browser instance of the registration, ti will receive the error message that he have to activate the account with the mail.
But if users open a private navigation tab or another browser, he can make the login even without click on the activation link in the email :-(

Re: Ultimate Members - Users Awaiting E-mail Confirmation can login

by axew3 » Wed Mar 31, 2021 2:04 pm

Finally, after a complete system re-installation i've take the time to re-install also common plugins into my test localhost.

So now i see anyway, that avatars are not working when ultimate members active.
There is some option on it, that do not let use wp avatars and that should be deactivated or what? You know?

Re: Ultimate Members - Users Awaiting E-mail Confirmation can login

by Maverick87Shaka » Wed Mar 31, 2021 12:20 pm

Hi,
You got it! Thanks!
Adding just the code:

Code: Select all

  if( isset($umeta['account_status'][0]) && $umeta['account_status'][0] != 'approved' ){
  	return;
   }
will restore the Ultimate Member email link confirmation. If it doesn't have any other side effects ( actually on our side doesn't seem to create problem ) you can think to put it in the next plugin update, Ultimate member is quite diffused and helps a lot to manage and maintain users database.

I think it's all, you can consider it SOLVED ;)

Thanks!

Top