Comment to 'How to safely edit a user profile URL?'
  • Hello @OneEagle !

    You may try to change it in the `sys_seo_links` table. Just find the proper record of your URI with the query like:

    SELECT * FROM `sys_seo_links` WHERE `module`='bx_persons' and `uri` = 'name-here';