@extends('layouts.app') @section('title', 'Reset Password — ' . $user['username']) @section('content')
@include('partials.nav')
← Back to users

Reset Password: {{ $user['username'] }}

Konfirmasi ganda diperlukan. Koneksi LDAPS (port 636) wajib.

@include('partials.flash')
@csrf
@error('password')

{{ $message }}

@enderror

Konfirmasi ganda

@error('confirm_username')

{{ $message }}

@enderror
Cancel
@endsection