Skip to content

GroupName Changing

MrJesseZ edited this page Aug 21, 2017 · 25 revisions

How to change the Name of a Group?

You need to have UltraPermissions Connected to your MySQL to follow the next steps.

2 Commands to change all names.

UPDATE UltraPermissions_GroupsSETname='NEWNAME' WHERE name='oldname'; UPDATE UltraPermissions_UsersSETgroupName='NEWNAME' WHERE groupName='oldname';

Clone this wiki locally