chore: update demo mode wipe time for consistency

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
Miguel Nogueira 2023-06-29 20:27:01 +01:00
parent 57346f49e0
commit b58922b168
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370
3 changed files with 3 additions and 3 deletions

View File

@ -203,7 +203,7 @@ class Options
*
* @param string $option
* @param int|string $value Setting value
* @return int Modified setting value accordidng to business rules
* @return int|string Modified setting value accordidng to business rules
*/
private function modifyResponse(string $option, int|string $value): int|string
{

View File

@ -52,7 +52,7 @@
@if($demoActive)
<div class="alert alert-warning">
<p class="font-weight-bold"><i class="fas fa-exclamation-triangle"></i>{{ __('Warning') }}</p>
<p>{{ __('Do not use real credentials here. The application is in demo mode. Additionally, the database is wiped every six hours.') }}</p>
<p>{{ __('Do not use real credentials here. The application is in demo mode. Additionally, the database is wiped every day.') }}</p>
<p>{{ __("Also note: If a game license is required to sign up, you may find valid MC usernames at NameMC. No special validation is performed other than contacting Mojang's authentication servers to verify the username's existence, therefore, you can use any username for testing purposes.") }}</p>
</div>

View File

@ -44,7 +44,7 @@
</ul>
<p>{{ __('To keep everyone safe, IP addresses are censored everywhere in the app, and they\'re also not collected during registration. The IP address lookup feature is also disabled.') }}</p>
<p>{{ __('Only system administrators can disable demo mode - it cannot be disabled via app settings.') }}</p>
<p class="font-weight-bold">{{ __('Note! The database is wiped every six hours during demo mode.') }}</p>
<p class="font-weight-bold">{{ __('Note! The database is wiped every day during demo mode.') }}</p>
</div>
@endif