Skip to content

Commit

Permalink
Merge branch 'master' into vircadia_metaverse_v2
Browse files Browse the repository at this point in the history
Signed-off-by: Kalila <[email protected]>
  • Loading branch information
digisomni authored Jan 26, 2024
2 parents 17eecb9 + 42c7486 commit f6b76aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
Metaverse server for [Vircadia], implemented with [NodeJS]/[ExpressJS]/[FeathersJS]/[TypeScript].
This supports the basic inter-domain operations for a [Vircadia] open source metaverse project: accounts, servers, etc.

## The Name

The original metaverse-server project is named "Project Apollo".
"Iamus" is one of the Greek god Apollo's many sons.
See https://en.wikipedia.org/wiki/Iamus.

[Vircadia]: https://vircadia.com/
[NodeJS]: https://nodejs.org/
[ExpressJS]: https://expressjs.com/
Expand Down
6 changes: 3 additions & 3 deletions src/static/verificationEmail.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<div>
<p>
You have created an account in the METAVERSE_NAME metaverse.
You have created an account with METAVERSE_NAME.
</p>

<p>
Please verify the account email by following this link:
Please verify your account email by following this link:
<div style="text-align: center">
<a href="VERIFICATION_URL"><b>VERIFY EMAIL</b></a>
</div>
Expand All @@ -13,6 +13,6 @@
See you in the virtual world!
</p>
<p>
-- SHORT_METAVERSE_NAME admin
-- SHORT_METAVERSE_NAME Administrator
</p>
</div>
2 changes: 1 addition & 1 deletion src/static/verificationEmailFailure.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</head>
<body>
<p>
The account did not verify.
Your account was not verified.
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion src/static/verificationEmailSuccess.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</head>
<body>
<p>
The account verified and enabled. Enjoy the metaverse!
Your account has been verified and enabled. Enjoy the metaverse!
</p>
</body>
</html>

0 comments on commit f6b76aa

Please sign in to comment.