31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
{*
|
|
* Amsterdam Web Communities System
|
|
* Copyright (c) 2025-2026 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
|
|
*}
|
|
{{ .SetSubject("Amsterdam Password Reminder Message") }}
|
|
Here is the password reminder for your account "{{ username }}" as you requested:
|
|
|
|
{{ reminder }}
|
|
|
|
If this reminder is not sufficient for you to remember what your password is,
|
|
then the system can change your password for you. To do so, please visit
|
|
the following URL:
|
|
|
|
{{ GlobalConfig.Site.BaseURL }}/passrecovery/{{ change_uid }}/{{ change_auth }}
|
|
|
|
Your password will be changed and a new password will be E-mailed to you
|
|
at this address.
|
|
|
|
If you did NOT request a password reminder, then this message was sent
|
|
by someone attempting to access your account without your knowledge. Do
|
|
not panic! Nothing has happened to your account or password yet, but
|
|
please do notify the system administrator.
|
|
|
|
- The Management
|