From 62e7ca72743261e5cab146cf378291d12c7aa07e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 Dec 2021 18:27:53 -0300 Subject: Add some notes, I probably would get a F at security XD --- game/vault.rpy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game/vault.rpy b/game/vault.rpy index be6fe55..e0ed4bd 100644 --- a/game/vault.rpy +++ b/game/vault.rpy @@ -108,6 +108,8 @@ screen register_vault(): hbox: spacing 10 label _("Password: ") + # For some reason, we don't accept all ascii special codes + # WARNING: Non-ascii will break the hashing. $ input=Input( value=UEditorInputValue("pasd", "***", "str"), copypaste=True, -- cgit v1.2.3-70-g09d2