User Login lets user to enter his Online Office.
Depending on the settings of the stand, authorization can be performed via email, login, ID, and user password.
Clicking on the name of each column allows you to sort the data in the table.
Users can usually reset their passwords via email.
Configuration:
<ui-user-login
:input-properties="{
preferredCountries: ['ru','kz','us'],
passwordMinLength: 6,
passwordHasCamelcase: true,
passwordHasSpecSymbols: true,
variant: 'filled',
density: 'comfortable',
rounded: false,
flat: false,
}"
password-confirm-by="email"
>
</ui-user-login>
| props | default | type | description |
password-confirm-by | "email" | String | This affects the field that will appear when you log in. In fact, password confirmation is done by phone if you selected phone, otherwise by email. |
Note: All of the settings can be customized either from admin panel by manually editing code or from within the back office by pressing on a cog icon in a left upper corner of the page (only accessible when "Online office admin" flag is presented).