Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
renaming users
at the moment in order to rename users I have go into phpmyadmin and find the user and rename it in the database - is there quicker way of doing this
even a command line mysql thing would do it
thanks
even a command line mysql thing would do it
thanks
0
This discussion has been closed.
Comments
update LUM_User set Name='new_name' where Name='old_name';