mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
View and Delete Users
This commit implements an interface into the Admin Panel that allows users to be viewed, modified, and deleted.
This commit is contained in:
14
resources/views/emails/new_password.blade.php
Normal file
14
resources/views/emails/new_password.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Pterodactyl - Admin Reset Password</title>
|
||||
</head>
|
||||
<body>
|
||||
<center><h1>Pterodactyl - Admin Reset Password</h1></center>
|
||||
<p>Hello there! You are receiving this email because an admin has reset the password on your Pterodactyl account.</p>
|
||||
<p><strong>Login:</strong> <a href="{{ config('app.url') }}/auth/login">{{ config('app.url') }}/auth/login</a><br>
|
||||
<strong>Email:</strong> {{ $user->email }}<br>
|
||||
<strong>Password:</strong> {{ $password }}</p>
|
||||
<p>Thanks,<br>Pterodactyl</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user