Ticket #1484342 (closed Feature Requests: fixed)

Opened 2 years ago

Last modified 13 months ago

Default login value

Reported by: skrieg Owned by:
Priority: 2 Milestone: 0.2-alpha
Component: User Interface Version: svn-trunk
Severity: minor Keywords: login interface
Cc:

Description

It could be useful if the login field has a default value (actually "@domain.tld") when nothing is set. Of course the focus has to be in the right place.

Change History

Changed 2 years ago by thomasb

From config.inc.php

// Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['username_domain'] = '';

With this option the @domain.tld will be added automatically. Set this parameter and add a text label behind the input field on the login page. The according template can be found at skins/default/templates/login.html

Changed 13 months ago by alec

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from later to 0.2-alpha

Old.

Note: See TracTickets for help on using tickets.