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.
Options

renaming users

edited November 2007 in Vanilla 1.0 Help
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

Comments

  • Options
    if nothing changed from a basic install:
    update LUM_User set Name='new_name' where Name='old_name';
  • Options
    Assuming you have given users the ability to change their name (it's an application setting), go to their profile and click on personal info in the panel, then change it.
  • Options
    if this was an extension it would be a cool one
  • Options
    It would also be a completely pointless one.
  • Options
    thank grahack - that's the one I needed
This discussion has been closed.