v1.5.14 - Added Allow Actions (Registering)
Fixed User Pictures
This commit is contained in:
@@ -30,7 +30,9 @@
|
||||
{!! session()->get('error#wrongcredentials') !!}
|
||||
{!! session()->get('success#loggedout') !!}
|
||||
<input class="btn btn-dark" type="submit" value="Sign in">
|
||||
<button type="button" class="btn btn-dark lh-2" onclick="location.href = '{{ route("users.signup") }}'">Register</button>
|
||||
@if (\App\AllowAction::query()->where('action', '=', 'Registering')->first()->allow == true)
|
||||
<button type="button" class="btn btn-dark lh-2" onclick="location.href = '{{ route("users.signup") }}'">Register</button>
|
||||
@endif
|
||||
</form>
|
||||
<a class="text-white text-center" href="{{ route('users.show-forgot') }}">Forgot password?</a>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user