Skip to content

Commit 4e6a24b

Browse files
author
mcramer
committed
Implemented optional custom login name for mailboxes.
Added needed incremental sql statements. Option can be enabled in interface config, mail tab.
1 parent d4c760c commit 4e6a24b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- database patch for separate login for mailbox users
2+
ALTER TABLE `mail_user` ADD `login` VARCHAR( 255 ) NOT NULL ;
3+
UPDATE `mail_user` SET `login` = `email` WHERE 1 ;

0 commit comments

Comments
 (0)