Skip to content
Snippets Groups Projects
Commit 4e6a24b1 authored by mcramer's avatar mcramer
Browse files

Implemented optional custom login name for mailboxes.

Added needed incremental sql statements.
Option can be enabled in interface config, mail tab.
parent d4c760c1
No related branches found
No related tags found
No related merge requests found
-- database patch for separate login for mailbox users
ALTER TABLE `mail_user` ADD `login` VARCHAR( 255 ) NOT NULL ;
UPDATE `mail_user` SET `login` = `email` WHERE 1 ;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment