Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Documentation] repair permissions feature request
OrganicBytes
New
I would like to request a "repair permissions" button. When setting up my forums from phpbb I did not have my default roles set so I had a lot of users created without a role. There doesn't seem to be any way to locate all users with a blank role or edit multiple users at once.
My idea is that you could click this button and then assign a role to any user that has no role defined or even change all users of one role to another.
Tagged:
0
Comments
Good idea. In the meantime try the following SQL:
Replace
XXX
with the RoleID of the role you want to use.I tried this code but it doesn't work for me.
"Doesn't work" doesn't help somebody solve your problem - you need to give a wee bit more of an explanation.
remove the ignore? and probably 8 is the roleid you want for members
Do you see any nulls in your UserRole table?
if yes, after you run the code
do you still see nulls?
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.