Skip to content

Commit

Permalink
tooltip: Email Username
Browse files Browse the repository at this point in the history
This adds a tooltip for the Email Login Information Username. This explains
the different formats we accept and includes a link to the documentation
site for a deeper explanation.
  • Loading branch information
JediKev committed Dec 12, 2019
1 parent 7578d5c commit edd1fc3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions include/i18n/en_US/help/tips/emails.email.yaml
Expand Up @@ -47,6 +47,16 @@ auto_response:
You may disable the Auto-Response sent to the User when a new ticket
is created via this Email Address.
userid:
title: Username
content: >
The Username is utilized in the email authentication process. We accept
single address strings, shared mailbox strings, servername + username
strings, and a combination of all.
links:
- title: More Information
href: https://docs.osticket.com/en/latest/Admin/Emails/Emails.html

username:
title: Username
content: >
Expand Down
1 change: 1 addition & 0 deletions include/staff/email.inc.php
Expand Up @@ -189,6 +189,7 @@
<input type="text" size="35" name="userid" value="<?php echo $info['userid']; ?>"
autocomplete="off" autocorrect="off">
&nbsp;<span class="error">&nbsp;<?php echo $errors['userid']; ?>&nbsp;</span>
<i class="help-tip icon-question-sign" href="#userid"></i>
</td>
</tr>
<tr>
Expand Down

0 comments on commit edd1fc3

Please sign in to comment.