diff --git a/resources/views/matrix/index.blade.php b/resources/views/matrix/index.blade.php index b49b8c9..f876d3e 100644 --- a/resources/views/matrix/index.blade.php +++ b/resources/views/matrix/index.blade.php @@ -47,7 +47,8 @@ @auth @@ -74,7 +75,7 @@
  • Or using our web client via Element Web
  • - Simply sign in with your new username and password to get started. + Simply sign in with your new username ({{ $user->matrix_id }}) and password to get started.

    @else @@ -82,10 +83,16 @@

    🎉 You are eligible!

    -

    +

    Your account is older than one month. You can create your account now.

    +
    +

    + Important: Save your password! We don't have a password reset function yet! +

    +
    + @include('matrix.register') @endif @@ -123,7 +130,7 @@ -
    +

    Our Matrix Rooms

    @@ -144,6 +151,19 @@ @endforeach
    + + +
    +

    Matrix Guide

    + +

    + Matrix and Element can be overwhelming for new users, so here is a guide from Element: +

    + + +
    \ No newline at end of file diff --git a/resources/views/matrix/register.blade.php b/resources/views/matrix/register.blade.php index b4cce75..34a3523 100644 --- a/resources/views/matrix/register.blade.php +++ b/resources/views/matrix/register.blade.php @@ -25,7 +25,7 @@
    - {{ __('Create Matrix User') }} + {{ __('Create Matrix Account') }}