Is it safe to change the fallowing line at:
oxwall_system_plugins/base/init.php
on line 82:
$router->addRoute(new OW_Route('base_user_profile', 'user/:username', 'BASE_CTRL_ComponentPanel', 'profile'));
to
$router->addRoute(new OW_Route('base_user_profile', ':username', 'BASE_CTRL_ComponentPanel', 'profile'));
To have the profile URL like this: yoursite.com/username ?