-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cannot use '%'char, replace with tag instead
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<h1> | ||
Dear %playername%, | ||
Dear <playername />, | ||
</h1> | ||
|
||
<p> | ||
This is your new AuthMe password for the server %servername%: | ||
|
||
%generatedpass% | ||
<generatedpass /> | ||
|
||
%image% | ||
<image /> | ||
|
||
Do not forget to change password after login! | ||
/changepassword %generatedpass% newPassword' | ||
/changepassword <generatedpass /> newPassword' | ||
|
||
See you on %servername%! | ||
See you on <servername />! | ||
</p> |