Opened 6 years ago

Closed 5 years ago

#1484342 closed Feature Requests (fixed)

Default login value

Reported by: skrieg Owned by:
Priority: 2 Milestone: 0.2-alpha
Component: User Interface Version: git-master
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 (2)

comment:1 Changed 6 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

comment:2 Changed 5 years ago by alec

  • Milestone changed from later to 0.2-alpha
  • Resolution set to fixed
  • Status changed from new to closed

Old.

Note: See TracTickets for help on using tickets.