Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
  1.  # 1
    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
    • CommentAuthorGrahack
    • CommentTimeNov 29th 2007
     # 2
    if nothing changed from a basic install:
    update LUM_User set Name='new_name' where Name='old_name';
  2.  # 3
    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.
    •  
      CommentAuthorHamed
    • CommentTimeNov 29th 2007
     # 4
    if this was an extension
    it would be a cool one
  3.  # 5
    It would also be
    a completely pointless
    one.
  4.  # 6
    thank grahack - that's the one I needed
Add your comments
    Username Password
  • Format comments as