Skip to main content
Skip table of contents

Global settings

Set up settings that are valid globally for your entire contact centre.


Footer text example

Footer text example

You can use HTML in the Footer text. Below is an example of a footer text (this example is used in Daktela 6.19.1):

CODE
<div style="text-align:right">
Technická podpora: +420 226 211 244 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://doc.daktela.com/download/attachments/61800565/DaktelaSWphoneRP-3.20.0.exe version=2&modificationDate=1599470870000&api=v2&download=true">
<img src="https://www.microsip.org/images/logo.png" width="30" height="30">
</a>
&nbsp;&nbsp;&nbsp;&nbsp; 
<b>
<a href="https://speedtest.daktela.com/index2.html"  target="_blank">
<img src="https://static.thenounproject.com/png/1212695-200.png" width="30" height="30">
</a>
</b>
</div>

The resultant footer looks like this:


Password Lifetime

Password Lifetime

Set up how often users have to change their passwords. When they log in after their password expires, they will be required to change it.

Enter the password lifetime (in seconds). Enter 0 or leave the field blank for an unlimited lifetime.

The Password Lifetime applies only to logging in via the Daktela user interface. API calls made using the user's access token are not affected by it – they will be possible even after the password expires.


Password regular expression example

Password regular expression example

The default password regular expression for passwords of at least 6 characters in length including at least one lower case letter, one upper case letter, one number and one special character:

CODE
^(?=.*[a-z])(?=.*[A-Z0-9.,;:$@%&{}+*#!?\(\)\[\]\~`"'|\\\/-]).{6,}$

For more info on regular expressions, see General information and tips.




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.