{{ __('Update Password') }}

{{ __('Ensure your account is using a long, random password to stay secure.') }}

@if ($user->discord_id && is_null($user->password))

{{ __('You currently don\'t have a password set, as you use Discord authentication. You can set a password to be able to login with email & password.') }}

@elseif ($user->discord_id && !is_null($user->password))

{{ __('Both Discord and email login are enabled.') }}

@endif
@csrf @method('put') @if (!(is_null($user->password) && $user->discord_id))
@endif
{{ __('Save') }} @if (session('status') === 'password-updated')

{{ __('Saved.') }}

@endif