WIP: Next major version - AthenaHR v2 #1

Draft
miguel456 wants to merge 46 commits from develop into main
752 changed files with 480 additions and 304 deletions
Showing only changes of commit 895400c425 - Show all commits

View File

@@ -270,8 +270,8 @@
<h5>{{ __('Your :appName account does not have a password', ['appName' => config('app.name')]) }}</h5> <h5>{{ __('Your :appName account does not have a password', ['appName' => config('app.name')]) }}</h5>
<p>{!! __('Because your account is linked to one or more <a href=":oAuthExplanationLink" target="_blank">OAuth</a> providers (such as Discord), there is no need for your account to use a password.', ['oAuthExplanationLink' => 'https://en.wikipedia.org/wiki/OAuth']) !!}</p> <p>{!! __('Your account is linked to one or more <a href=":oAuthExplanationLink" target="_blank">OAuth</a> providers (such as Discord). At the moment there is no need for your account to use a password, but you can always add one if you prefer.', ['oAuthExplanationLink' => 'https://en.wikipedia.org/wiki/OAuth']) !!}</p>
<p>{{ __('Because several sensitive actions on the app require you to confirm your password, you may define one below. This will also allow you to unlink your accounts and login with a password.') }}</p> <p>{{ __('Because a lot of sensitive actions require you to confirm your password, you may define one below. This will also allow you to unlink your accounts and login with a password.') }}</p>
<form method="POST" action="{{ route('addPassword') }}" id="setPassword"> <form method="POST" action="{{ route('addPassword') }}" id="setPassword">
@csrf @csrf