diff --git a/public/img/discord-mark-white.svg b/public/img/discord-mark-white.svg new file mode 100644 index 0000000..052a7d2 --- /dev/null +++ b/public/img/discord-mark-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/gmod.png b/public/img/gmod.png new file mode 100644 index 0000000..ad02636 Binary files /dev/null and b/public/img/gmod.png differ diff --git a/public/img/mc.jpg b/public/img/mc.jpg new file mode 100644 index 0000000..aa03af2 Binary files /dev/null and b/public/img/mc.jpg differ diff --git a/public/img/reddit-mark-white.svg b/public/img/reddit-mark-white.svg new file mode 100644 index 0000000..f088aa3 --- /dev/null +++ b/public/img/reddit-mark-white.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/img/rust.png b/public/img/rust.png new file mode 100644 index 0000000..c634407 Binary files /dev/null and b/public/img/rust.png differ diff --git a/public/img/se.png b/public/img/se.png new file mode 100644 index 0000000..6c8e481 Binary files /dev/null and b/public/img/se.png differ diff --git a/resources/views/dashboard/administration/settings.blade.php b/resources/views/dashboard/administration/settings.blade.php index 695eb75..0fe0d73 100755 --- a/resources/views/dashboard/administration/settings.blade.php +++ b/resources/views/dashboard/administration/settings.blade.php @@ -12,6 +12,12 @@ @stop +@section('css') + + + +@stop + @section('js') @if (session()->has('success')) @@ -36,6 +42,57 @@ @section('content') +
+ +
+ + + +
+ +
+ +
@@ -64,13 +121,175 @@
+
+ +
+ +
+

Security Settings

+

Here, you can configure security settings for the app, for all users.

+
+ +
+ +
+ @csrf + +
+ + + + +
+ +
+ + +

Users will be locked out after this time period if they fail to enable 2FA. Leave empty to disable.

+
+ + +
+ + +

Leave this field blank to disable. Users will be forced to reset their password after the specified time.

+
+ + +
+ + + +
+ +
+ + + +

Choose a game in the section below, if applicable.

+
+ +
+ +
+ + + +
+ +
+ +
+
+
+ +
+

Game Integration

+

In this section, you can choose which game your community plays. This gives you the ability to limit signups to users with valid game accounts, keeping pirates out. It also swaps front page images with images for that game, if you haven't customised them. Leave unselected if your community does not revolve around a game.

+
+ +
+ +
+
+
+ +
+ +
+ +
+ + +
+ +
+ +
+ +
+ +
+
+
+ + +
+
+
+ + +
+ +
+ +
+ +
+ +

Integration with 3rd party services

+

Configure any of the thirdy party services below to facilitate recruiting staff for specific services.

+ +
+ + +
+
+
+
+ Discord Workmark Logo - Black
+ +
+ +
+ Reddit Wordmark Logo - OrangeRed
+ +
+ +
+
+
+ + +
+
+
+ + @stop