XF 2.1 Separate Unregistered and Unconfirmed ?

That's what you want to achieve?
Almost. He wants all users that are Registered to see the node, not only those with State = Valid.

If you register you will immediately be in usergroup Registered, however your state will not be valid until you've confirmed your E-Mail-Addresse (and the account has been approved if that is necessary).

This is not possible by default, but should not be too complicated with some custom code.
 
Almost. He wants all users that are Registered to see the node, not only those with State = Valid.

If you register you will immediately be in usergroup Registered, however your state will not be valid until you've confirmed your E-Mail-Addresse (and the account has been approved if that is necessary).

This is not possible by default, but should not be too complicated with some custom code.
Yes, the "issue" (in my opinion) is user with state = awaiting confirmation / bounced, is forced-considered as "unregistered / unconfirmed" by the system, no matter what is his usergroup.

I tried to set "Yes" to node permission for his true usergroup, although "No" to node permission for "unregistered / unconfirmed".
And still, the final permission is "No".
 
Top Bottom