25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
{*
|
|
* Amsterdam Web Communities System
|
|
* Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
*
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*}
|
|
<div class="flex">
|
|
<div class="flex-1 p-4">
|
|
<div class="mb-8">
|
|
<h1 class="text-blue-800 text-4xl font-bold mb-2">Your Password Has Been Changed</h1>
|
|
<hr class="border-2 border-gray-400 w-4/5 mb-4">
|
|
The password for your account has been changed, and a new password has been E-mailed to you at
|
|
your account's defined E-mail address. (Check your E-mail again!). After getting the new password,
|
|
please log in and change your password (yes, again!) as soon as possible.
|
|
<p class="text-black text-sm mb-4">
|
|
<a href="/">Click here</a> to return to the home page.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|