Entires are an instance of an asset that
contains vaules.
+
Linked Entries
+
+
When an entry is linked to from a relation or
+even just mentioned in a markdown field (as a
+link) links to the entries that mentioned it will appear in the linked entries
+list at the side of the view page.
Passwords are built in asset that stores user account details. The password
+part of a Password is stored in the database using reversible encryption.
+
+
+
The reversible encryption of the database uses the PASSWORD_KEY,
+PASSWORD_SALT and PASSWORD_IV environment variables to encrypt the
+password using the aes-192-cbc algorithm. You can see the encryption code in
+crypto.server.ts.
+Make sure that you have a backup of the KEY, SALT and IV as your encrypted
+passwords will be useless without them.
diff --git a/feed.xml b/feed.xml
index e96d5c7..551563b 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,3 +1,3 @@
-Jekyll2024-09-30T19:59:28+00:00/net-doc/feed.xmlNet-DocWelcome to the Documentation2024-03-15T18:29:04+00:002024-03-15T18:29:04+00:00/net-doc/docs/update/2024/03/15/welcome-to-the-documentationWelcome to the documentation site for Net-Doc!
+Jekyll2024-09-30T20:37:38+00:00/net-doc/feed.xmlNet-DocWelcome to the Documentation2024-03-15T18:29:04+00:002024-03-15T18:29:04+00:00/net-doc/docs/update/2024/03/15/welcome-to-the-documentationWelcome to the documentation site for Net-Doc!
It’s a small site at the moment but the documenation is coming.
]]>Adam Laycock
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index daa1ba9..a778c55 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -44,6 +44,9 @@
/net-doc/docs/fields/markdown.html
+/net-doc/docs/concepts/passwords.html
+
+/net-doc/docs/fields/relation.html