Tested just now on a new 3.3.12 board first, then updated that board to 3.3.13_RC1 and tested again.
I still cannot reproduce the anomaly described in this topic.(neither with a Registered User, nor with a Newly Registered User
phpBB 3.3.13-RC1 released
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Re: phpBB 3.3.13-RC1 released
Procrastination is my hobby, but I keep on postponing it.
Re: phpBB 3.3.13-RC1 released
I think I can reproduce the permission issue.
I have a new user for testing called Robot. After reading about this issue I changed the permission "Can change password" to "Yes" and when I looked to trace permission, everything seemed to be fine.
Then I changed the permission back to "No"
and got this:
As you can see it shows everywhere green "Yes", but resulting permission is correctly "Never".
I tested it on phpBB 3.3.12
I have a new user for testing called Robot. After reading about this issue I changed the permission "Can change password" to "Yes" and when I looked to trace permission, everything seemed to be fine.
Then I changed the permission back to "No"
and got this:
As you can see it shows everywhere green "Yes", but resulting permission is correctly "Never".
I tested it on phpBB 3.3.12
Re: phpBB 3.3.13-RC1 released
Confirmed. It seems that this change is the cause https://github.com/phpbb/phpbb/pull/6549.
EDIT: suggested fix https://github.com/phpbb/phpbb/pull/6709
EDIT: suggested fix https://github.com/phpbb/phpbb/pull/6709
- Fred Rimbert
- Registered User
- Posts: 7
- Joined: Tue Sep 05, 2023 9:33 pm
Re: phpBB 3.3.13-RC1 released
Now it's OK, thanks rxu
- Scanialady
- Registered User
- Posts: 24
- Joined: Sat Sep 12, 2015 3:17 pm
Re: phpBB 3.3.13-RC1 released
Yes, the fix works for me too. Thanks rxu