View Issue Details

IDProjectCategoryView StatusLast Update
0006148SOGosogo-toolpublic2025-09-26 03:42
Reporterzhb Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0006148: BUG in sogo-tool rename-user
Description

There's bug in command line tool sogo-tool rename-user.

Command used to rename user:

sogo-tool rename-user old@domain.com new@domain.com

After renamed, new user still have old email address in 2 columns:

  • sogo_user_profile.c_defaults
    • "SOGoMailReplyTo": "old@domain.com"
    • "autoReplyEmailAddresses":["old@domain.com"]
    • "replyTo":"old@domain.com"
    • ...
  • sogo_user_profile.c_settings
    • "email":"old@domain.com"
    • ...

Shouldn't they be replaced by new email address?

TagsNo tags attached.

Activities

zhb

zhb

2025-09-26 03:35

reporter   ~0018348

Re-format:

  • sogo_user_profile.c_defaults
    • "SOGoMailReplyTo": "old@domain.com"
    • "autoReplyEmailAddresses":["old@domain.com"]
    • "replyTo":"old@domain.com"
    • ...
  • sogo_user_profile.c_settings
    • "email":"old@domain.com"
    • ...
zhb

zhb

2025-09-26 03:41

reporter   ~0018349

More details.

After renamed, login as new user:

  • SOGo displays old email address on top-left corner (under display name).
  • Go to Preferences -> Mail -> Vacation -> Enable vacation auto reply, it displays old email address in Email addresses field.
zhb

zhb

2025-09-26 03:42

reporter   ~0018350

Note: I already restarted memcached service to empty the cache in memory before login as new user.

Issue History

Date Modified Username Field Change
2025-09-26 03:33 zhb New Issue
2025-09-26 03:35 zhb Note Added: 0018348
2025-09-26 03:41 zhb Note Added: 0018349
2025-09-26 03:42 zhb Note Added: 0018350