How to force email change...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ugur Cetin
    Senior Member
    • Jul 2004
    • 110
    • 3.5.x

    How to force email change...

    Hi all, i want to disable a mail operator from my forum. i've nearly 4000 users using this operator only.


    How do i force them to change mail adresses? Or is it possible to move this users another usergroup?
  • Colin F
    Senior Member
    • May 2004
    • 17689

    #2
    There's no way to force them to change their address, but you could move them to a different usergroup with a query like this:

    UPDATE user SET usergroupid = X WHERE email LIKE '%bla.com';

    As always, back up before doing anything on your database.
    Best Regards
    Colin Frei

    Please don't contact me per PM.

    Comment

    • Ugur Cetin
      Senior Member
      • Jul 2004
      • 110
      • 3.5.x

      #3
      Originally posted by Colin F
      There's no way to force them to change their address, but you could move them to a different usergroup with a query like this:

      UPDATE user SET usergroupid = X WHERE email LIKE '%bla.com';

      As always, back up before doing anything on your database.


      Moved them succesfully... Thank you.

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...