Changes between Initial Version and Version 1 of Ticket #457, comment 3
- Timestamp:
- Jun 15, 2016, 6:37:47 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #457, comment 3
initial v1 1 Best and final solution:2 3 modify roundcube configuration parameter that acts as default_domain in case the user does not write it in the login form:4 5 {{{#!sh6 $rcmail_config['username_domain'] = 'orxonox.info';7 }}}