You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
textContent: "Accounts are way more secure than before",
4
+
textContent: "Major Security & Privacy Upgrade",
5
5
style: {
6
6
fontSize: "2em",
7
7
marginBottom: "0.5em",
@@ -12,38 +12,38 @@ module.exports = [
12
12
{
13
13
element: "p",
14
14
textContent:
15
-
"Good news: I've made Random Rants + accounts way more secure, the only issue? We have to reset all information in the database. (That means your rooms and accounts are gone)",
15
+
"Big news: I’ve completely overhauled the security for Random Rants +. To move to a safer system, I had to perform a full database reset. This means all legacy rooms and accounts have been cleared to make way for the new encryption standards.",
16
16
},
17
17
18
18
{
19
19
element: "h3",
20
-
textContent: "The cost",
20
+
textContent: "The Migration",
21
21
},
22
22
{
23
23
element: "p",
24
24
textContent:
25
-
"All accounts have been deleted along with rooms, this isn't what I wanted to do, but hey at least the people that don't use Random Rants + anymore don't take up storage",
25
+
"Clearing the old data wasn't an easy choice, but it ensures that everyone starting fresh is on the most secure version of the site. It also helps optimize our storage by removing inactive accounts.",
26
26
},
27
27
28
28
{
29
29
element: "h3",
30
-
textContent: "What did I do?",
30
+
textContent: "Technical Improvements",
31
31
},
32
32
{
33
33
element: "p",
34
34
textContent:
35
-
"Accounts now have password hashing, change or make a new account and your password is more secure.",
35
+
"I’ve implemented password hashing, so your credentials are now much more secure. Even on the backend, passwords are no longer stored in plain text.",
36
36
},
37
37
{
38
38
element: "p",
39
39
textContent:
40
-
"Cookies now store real sessions, instead of holding passwords. That means you're much safer since when you sign in or change you're password, your pretty much invalidating all cookies.",
40
+
"I also switched to session-based cookies. Instead of holding sensitive data, cookies now manage real sessions. This means when you log out or change a password, all active sessions are invalidated, keeping your account safe from unauthorized access.",
41
41
},
42
42
{
43
43
element: "br",
44
44
},
45
45
{
46
46
element: "p",
47
-
textContent: "So yeah, thats all I got to say.",
47
+
textContent: "Thanks for sticking with the project while I make these core upgrades!",
0 commit comments