Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
<div class="lms"> <div class="lms-callout"> <div class="lms-callout-image"> <img class="lms-callout-thumb" src="https://tdn.totvs.com/download/attachments/563436139/dica.png" width="24" height="24"> </div> <div class="lms-callout-body"> <p class="lms-callout-text"><b>Here’s a tip!</b><br>To make the system more accessible, the Login feature is adapted for reader applications.</p> </div> </div> </div>

Paineltip
borderColor#e8f6f0
bgColor#e8f6f0
titleHere’s a tip!

To make the system more accessible, the Login feature is adapted for reader applications.

HTML


Índice
exclude.*ndice


Speaking of login...

...

This option is displayed only if the person has set up multi-factor authentication on their own account (documentation in Portuguese language), or if the feature is required for a group to which they are a member. 

...

Only company administrators in Identity can create a temporary password for other users, at registration or during management (documentation in Portuguese language). When a temporary password is created for the user, the user will automatically no longer be able to access with the previous password.

...

This option should be used if there has been a change of device or deletion of the account in the authenticator application. To use it, you must redeem the recovery codes stored at the time of MFA setup or through the User Security screen (documentation in Portuguese language). If you have lost the device and do not have the recovery codes, the alternative is to contact the company's administration and request the restoration.

...

HTML
<!-- Hotjar Tracking Code for http://help.fluig.com -->
<script>
    (function(h,o,t,j,a,r){
        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
        h._hjSettings={hjid:743684,hjsv:6};
        a=o.getElementsByTagName('head')[0];
        r=o.createElement('script');r.async=1;
        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
        a.appendChild(r);
    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>

<script>
	$("b:contains('oculto')").parent().parent().hide();
</script>

<style type="text/css">
    .lms * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    .lms-text-center {
      text-align: center;
    }

    .lms-full-height {
      height: 100%;
    }

    /* Component LMS Callout */

    .lms-callout {
      border: none;
      padding: 0px;

      display: -moz-box;
      -moz-flex-flow: row wrap;
      -moz-justify-content: center;
      -moz-align-items: center;

      display: -ms-flexbox;
      -ms-flex-flow: row wrap;
      -ms-justify-content: center;
      -ms-align-items: center;
      
      display: -webkit-flex;
      display: -webkit-box;
      -webkit-flex-flow: row wrap;
      -webkit-justify-content: center;
      -webkit-align-items: center;

      display: flex;
      flex-flow: row wrap;      
      justify-content: center;
      align-items: center;
    }
  
    .lms-callout .lms-callout-image {
      width: 24px;
    }

    .lms-callout .lms-callout-body {
      width: calc(100% - 24px);
      padding-left: 20px;
    }

	.lms-callout .lms-callout-citacao {
      border: 0px solid;
      border-left-width: 3px;
      border-left-color: #f36f21;
	  margin: 4px;
	  margin-left: 25px;
	  padding-left: 8px;
      font-size: 13px;
	}

    .lms-callout .lms-callout-thumb {
      width: 24px;
      height: 24px;
    }

    .lms-callout .lms-callout-text {
      color: #58595b;
      line-height: 1.75;
      margin: 0;
    }
</style>