@extends('layouts.main')
@section('breadcrumb')
@include('admin.parts.breadcrumb.accounts.index')
- {{ __('Select a file') }}
- {{ __('Import') }}
{{ __('The file MUST be in CSV following this template') }}: example_template.csv
{{ __('User') }}
{{ __('The first line contains the labels') }}
- {{ __('Username') }}*
- {{ __('Password') }}* (6 characters minimum)
- {{ __('Role') }}* (admin or user)
- {{ __('Status') }}* (active, inactive)
- {{ __('Phone number') }}
- {{ __('Email') }}
{{ __('External Account') }}
{{ __('Fill the related columns if you want to add an external account as well') }}
- {{ __('Username') }}*
- {{ __('Domain') }}*
- {{ __('Password') }}*
- {{ __('Realm') }} (different than domain)
- {{ __('Registrar') }} (different than domain)
- {{ __('Outbound Proxy') }} (different than domain)
- {{ __('Protocol') }} (UDP, TCP or TLS)
@endsection