WIP: Next major version - AthenaHR v2 #1

Draft
miguel456 wants to merge 46 commits from develop into main
752 changed files with 482 additions and 306 deletions
Showing only changes of commit 517ee13803 - Show all commits

View File

@@ -378,7 +378,7 @@
</div> </div>
<div class="tab-pane fade p-3" id="sessions" role="tabpanel" aria-labelledby="sessionsTab"> <div class="tab-pane fade p-3" id="sessions" role="tabpanel" aria-labelledby="sessionsTab">
<h5 class="card-title">{{__('Session Manager')}}</h5> <h5 class="card-title">{{__('Session Manager')}}</h5>
<p class="card-text">{{__('Terminating other sessions is a mustif your account has been compromised.')}}</p> <p class="card-text">{{__('Terminating other sessions is a must if your account has been compromised.')}}</p>
<p>{{__('Your current session: logged in from :ipAddress', ['ipAddress' => (!$shouldCollect) ? __('0.0.0.0 (censored)') : $ip])}}</p> <p>{{__('Your current session: logged in from :ipAddress', ['ipAddress' => (!$shouldCollect) ? __('0.0.0.0 (censored)') : $ip])}}</p>
<button type="button" class="btn btn-warning" onclick="$('#authenticationForm').modal('show')">{{__('Flush sessions')}}</button> <button type="button" class="btn btn-warning" onclick="$('#authenticationForm').modal('show')">{{__('Flush sessions')}}</button>
</div> </div>